Commit e2952148 authored by wind2009's avatar wind2009

Fix ジャイアント・タコーン

parent 7c3b0c0c
......@@ -41,7 +41,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.atkfilter(c,ac)
return c:IsFaceup() and c:IsRace(RACE_PLANT) and not c:IsCode(id) and not c==ac and c:GetBaseAttack()+ac:GetBaseAttack()>0
return c:IsFaceup() and c:IsRace(RACE_PLANT) and not c:IsCode(id) and c~=ac and c:GetBaseAttack()+ac:GetBaseAttack()>0
end
function s.atktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
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