Commit 56113c9f authored by wind2009's avatar wind2009

Merge branch 'patch-3' into 'master'

Fix エルシャドール・メシャフレール

See merge request !243
parents 6e62b526 1a1aeeb0
Pipeline #41560 passed with stages
in 1 minute and 47 seconds
......@@ -54,7 +54,7 @@ function s.initial_effect(c)
c:RegisterEffect(e4)
end
function s.efilter(e,te)
if te:GetHandlerPlayer()==e:GetHandlerPlayer() then
if te:GetHandlerPlayer()==e:GetHandlerPlayer() or not te:IsActivated() then
return false
end
if te:IsActiveType(TYPE_SPELL+TYPE_TRAP) then
......
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