Commit 064bbe8f authored by wind2009's avatar wind2009

Update 叛逆者エト

parent 98fa157b
...@@ -104,13 +104,10 @@ function s.fuslimit(e,c,sumtype) ...@@ -104,13 +104,10 @@ function s.fuslimit(e,c,sumtype)
return sumtype==SUMMON_TYPE_FUSION return sumtype==SUMMON_TYPE_FUSION
end end
function s.efilter(e,re) function s.efilter(e,re)
if Duel.GetTurnPlayer()==e:GetHandlerPlayer() then if Duel.GetTurnPlayer()==e:GetHandlerPlayer() and e:GetHandlerPlayer()~=re:GetOwnerPlayer()
if 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)
return LOCATION_ONFIELD&loc~=0 return LOCATION_ONFIELD&loc~=0
end
return false
else
return false
end end
return false
end end
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