Commit 4d414d5d authored by Amiya's avatar Amiya

修复

parent fe0d4791
Pipeline #30606 passed with stages
in 1 minute and 2 seconds
......@@ -105,7 +105,7 @@ function s.fuslimit(e,c,sumtype)
end
function s.efilter(e,re)
if Duel.GetTurnPlayer()==e:GetHandlerPlayer() then
return e:GetHandlerPlayer()~=re:GetOwnerPlayer() and re:IsActivated()
return e:GetHandlerPlayer()~=re:GetOwnerPlayer() and re:IsActivated() and re:IsActivated(TYPE_MONSTER)
else
return false
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