Commit 7af40264 authored by salix5's avatar salix5

fix

parent 91fafc86
...@@ -89,7 +89,7 @@ function c42776855.atkcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -89,7 +89,7 @@ function c42776855.atkcon(e,tp,eg,ep,ev,re,r,rp)
local tc=c:GetFirstCardTarget() local tc=c:GetFirstCardTarget()
if not tc then return false end if not tc then return false end
local bc=tc:GetBattleTarget() local bc=tc:GetBattleTarget()
return tc and tc:IsLocation(LOCATION_MZONE) and bc and bc:IsFaceup() and bc:IsLocation(LOCATION_MZONE) and bc:IsLevelAbove(5) return tc:IsLocation(LOCATION_MZONE) and bc and bc:IsFaceup() and bc:IsLocation(LOCATION_MZONE) and bc:IsLevelAbove(5)
end end
function c42776855.atktg(e,tp,eg,ep,ev,re,r,rp,chk) function c42776855.atktg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():GetFlagEffect(42776855)==0 end if chk==0 then return e:GetHandler():GetFlagEffect(42776855)==0 end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment