Commit 69df2661 authored by Amiya's avatar Amiya

修复

parent c6b9e2cf
Pipeline #41360 passed with stages
in 2 minutes and 7 seconds
...@@ -48,6 +48,9 @@ function s.initial_effect(c) ...@@ -48,6 +48,9 @@ function s.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function s.efilter(e,te) function s.efilter(e,te)
if te:GetHandlerPlayer()==e:GetHandlerPlayer() then
return false
end
if te:IsActiveType(TYPE_SPELL+TYPE_TRAP) then if te:IsActiveType(TYPE_SPELL+TYPE_TRAP) then
return true return true
else else
......
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