Commit 82d94b5a authored by nekrozar's avatar nekrozar

fix

parent cf73cea0
...@@ -15,7 +15,7 @@ function c99733359.initial_effect(c) ...@@ -15,7 +15,7 @@ function c99733359.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c99733359.condition(e,tp,eg,ep,ev,re,r,rp) function c99733359.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp and Duel.GetBattleDamage(tp)>0 return Duel.GetTurnPlayer()~=tp
end end
function c99733359.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c99733359.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckLPCost(tp,1000) end if chk==0 then return Duel.CheckLPCost(tp,1000) 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