Commit e82b190e authored by salix5's avatar salix5

fix

parent 9af7e8bb
......@@ -54,7 +54,7 @@ function c69838592.spop(e,tp,eg,ep,ev,re,r,rp)
end
function c69838592.filter(c,tc)
if not c:IsFaceup() then return false end
return tc:GetBaseAttack()~=c:GetAttack() or c:GetBaseAttack()~=c:GetDefence()
return tc:GetBaseAttack()~=c:GetAttack() or tc:GetBaseAttack()~=c:GetDefence()
end
function c69838592.condition(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
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