Commit 8441ac61 authored by mercury233's avatar mercury233 Committed by GitHub

fix 叛逆者エト

parent 2fa1f71e
...@@ -71,7 +71,7 @@ end ...@@ -71,7 +71,7 @@ end
function s.efilter(e,re) function s.efilter(e,re)
if Duel.GetTurnPlayer()==e:GetHandlerPlayer() and e:GetHandlerPlayer()~=re:GetOwnerPlayer() if Duel.GetTurnPlayer()==e:GetHandlerPlayer() and e:GetHandlerPlayer()~=re:GetOwnerPlayer()
and re:IsActivated() and re:IsActiveType(TYPE_MONSTER) then and re:IsActivated() and re:IsActiveType(TYPE_MONSTER) then
local loc=Duel.GetChainInfo(0,CHAININFO_TRIGGERING_LOCATION) local loc=Duel.GetChainInfo(0,CHAININFO_TRIGGERING_LOCATION) or 0
return LOCATION_ONFIELD&loc~=0 return LOCATION_ONFIELD&loc~=0
end end
return false return false
......
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