Commit a7107952 authored by VanillaSalt's avatar VanillaSalt

Merge pull request #710 from woodee/patch-46

fix
parents 8a5f3ef9 aa3c36cc
......@@ -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