Commit bea31d4d authored by sidschingis's avatar sidschingis

Update c82593786.lua

parent ed193bd7
...@@ -13,7 +13,7 @@ function c82593786.initial_effect(c) ...@@ -13,7 +13,7 @@ function c82593786.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c82593786.condition(e,tp,eg,ep,ev,re,r,rp) function c82593786.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetAttackTarget()~=nil return Duel.GetAttacker()~=nil
end end
function c82593786.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c82593786.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFlagEffect(tp,82593786)==0 and e:GetHandler():IsAbleToRemoveAsCost() end if chk==0 then return Duel.GetFlagEffect(tp,82593786)==0 and e:GetHandler():IsAbleToRemoveAsCost() 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