Commit 15f8ab90 authored by mercury233's avatar mercury233 Committed by GitHub

fix シトリスの蟲惑魔

parent a8c6f053
......@@ -48,7 +48,7 @@ function s.efilter(e,re)
local g=e:GetHandler():GetOverlayGroup():Filter(Card.IsType,nil,TYPE_MONSTER)
local race=0
for tc in aux.Next(g) do
race=race+tc:GetOriginalRace()
race=race|tc:GetOriginalRace()
end
local rc=re:GetHandler()
return re:GetOwner()~=e:GetOwner() and race~=0
......
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