Commit 3f5a4d2b authored by 未闻皂名's avatar 未闻皂名

2025/12/15 bug修复

parent 5900f2ea
Pipeline #41981 passed with stages
in 7 minutes and 15 seconds
...@@ -22,7 +22,7 @@ function cm.exfilter(c) ...@@ -22,7 +22,7 @@ function cm.exfilter(c)
return c:IsAttribute(ATTRIBUTE_FIRE) and c:IsRace(RACE_SPELLCASTER) return c:IsAttribute(ATTRIBUTE_FIRE) and c:IsRace(RACE_SPELLCASTER)
end end
function cm.posfilter(c,e,tp) function cm.posfilter(c,e,tp)
return (c:IsFaceup() and c:IsControler(1-tp)) and RD.IsCanChangePosition(c,e,tp,REASON_EFFECT) return (c:IsFaceup() or c:IsControler(1-tp)) and RD.IsCanChangePosition(c,e,tp,REASON_EFFECT)
end end
function cm.thfilter(c) function cm.thfilter(c)
return c:IsCode(list[1],list[2],list[3]) and c:IsAbleToHand() return c:IsCode(list[1],list[2],list[3]) and c:IsAbleToHand()
......
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