Commit aa3c36cc authored by woodee's avatar woodee

fix

should be "with less than" but not "with or less than"
parent 48f8fc32
......@@ -40,7 +40,7 @@ function c53550467.con(e)
return Duel.IsExistingMatchingCard(c53550467.cfilter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,e:GetHandler())
end
function c53550467.tg(e,c)
return c~=e:GetHandler() and c:IsAttackBelow(1800)
return c~=e:GetHandler() and c:GetAttack()<1800
end
function c53550467.efval(e,re,tp)
return e:GetHandlerPlayer()~=tp
......
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