Commit e08bce02 authored by wind2009's avatar wind2009 Committed by mercury233

Fix Corrosive Scales (#1301)

parent d60db110
......@@ -120,7 +120,7 @@ function c13235258.atkcon1(e)
return ec and ec:GetControler()==e:GetHandlerPlayer()
end
function c13235258.atktg(e,c)
return c~=e:GetHandler():GetEquipTarget()
return c~=e:GetHandler():GetEquipTarget() and c:IsFaceup() and c:IsRace(RACE_INSECT)
end
function c13235258.cfilter(c,tp)
return c:GetSummonPlayer()==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