Commit 4da882c8 authored by 未闻皂名's avatar 未闻皂名

2025/1/27 bug修复

parent 8dc44984
Pipeline #32813 passed with stages
in 9 minutes and 33 seconds
...@@ -18,7 +18,7 @@ end ...@@ -18,7 +18,7 @@ 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()
end end
cm.cost=RD.CostSendHandToGrave(Card.IsAbleToGraveAsCost,1,1,true) cm.cost=RD.CostSendHandToGrave(Card.IsAbleToGraveAsCost,1,1)
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