Commit 7c812e23 authored by 未闻皂名's avatar 未闻皂名

2026/1/21 bug修复

parent 6138c2b5
Pipeline #42667 passed with stages
in 9 minutes and 59 seconds
...@@ -15,7 +15,7 @@ end ...@@ -15,7 +15,7 @@ end
function cm.posfilter(c,e,tp) function cm.posfilter(c,e,tp)
return RD.IsCanChangePosition(c,e,tp,REASON_EFFECT) return RD.IsCanChangePosition(c,e,tp,REASON_EFFECT)
end end
cm.cost=RD.CostSendDeckTopToGrave(1) cm.cost=RD.CostSendDeckTopToGrave(2)
function cm.operation(e,tp,eg,ep,ev,re,r,rp) function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsFaceup() and c:IsRelateToEffect(e) then if c:IsFaceup() and c:IsRelateToEffect(e) then
......
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