Commit d4bbad4f authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12008008.lua

parent 240e5931
......@@ -47,7 +47,7 @@ function c12008008.initial_effect(c)
c:RegisterEffect(e5)
end
function c12008008.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetLP(0)>Duel.GetLP(1)
return Duel.GetLP(0)<Duel.GetLP(1)
end
function c12008008.filter(c,lp)
return c:IsFacedown() or (c:IsFaceup() and c:GetAttack()>0 and c:GetAttack()<=lp)
......
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