Commit d4ce5f0c authored by 未闻皂名's avatar 未闻皂名

2022/5/22 bug修复

parent 6631da6b
Pipeline #13076 passed with stages
in 3 minutes and 59 seconds
......@@ -21,7 +21,7 @@ function cm.spfilter(c,e,tp)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
local phase=Duel.GetCurrentPhase()
return phase==PHASE_DRAW or phase==PHASE_MAIN1 or phase==PHASE_MAIN2
return ep~=tp and phase==PHASE_DRAW or phase==PHASE_MAIN1 or phase==PHASE_MAIN2
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetMZoneCount(tp)>0
......
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