Commit 145c08d1 authored by 未闻皂名's avatar 未闻皂名

2024/6/29 bug修复

parent 1c79706f
Pipeline #28052 passed with stages
in 6 minutes and 36 seconds
......@@ -15,7 +15,7 @@ function cm.initial_effect(c)
end
--Activate
function cm.confilter1(c,tp,rp)
return c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_ONFIELD)
return c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_MZONE)
and ((rp==1-tp and c:IsReason(REASON_EFFECT)) or c==Duel.GetAttackTarget())
end
function cm.confilter2(c)
......
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