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