Commit 0e977516 authored by 未闻皂名's avatar 未闻皂名

2025/7/20 bug修复

parent 565d27dd
Pipeline #39264 passed with stages
in 20 minutes and 21 seconds
......@@ -20,5 +20,5 @@ end
function cm.condtion(e)
local ph=Duel.GetCurrentPhase()
return ph>=PHASE_BATTLE_START and ph<=PHASE_BATTLE
and Duel.IsExistingMatchingCard(cm.filter,tp,0,LOCATION_MZONE,1,nil)
and Duel.IsExistingMatchingCard(cm.filter,e:GetHandlerPlayer(),0,LOCATION_MZONE,1,nil)
end
\ No newline at end of file
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