Commit 5c79469f authored by 未闻皂名's avatar 未闻皂名

2026/2/9 bug修复

parent 51f108e3
Pipeline #42971 passed with stages
in 8 minutes and 35 seconds
......@@ -22,6 +22,9 @@ end
function cm.exfilter(c)
return c:IsFaceup() and c:IsCode(list[1])
end
function cm.posfilter(c,e,tp)
return RD.IsCanChangePosition(c,e,tp,REASON_EFFECT)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(cm.confilter,tp,LOCATION_MZONE,0,1,e:GetHandler())
end
......
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