Commit 45193ba3 authored by 未闻皂名's avatar 未闻皂名

2025/1/4 bug修复

parent 15b05d2b
Pipeline #32316 passed with stages
in 9 minutes and 36 seconds
...@@ -18,7 +18,7 @@ function cm.costfilter(c) ...@@ -18,7 +18,7 @@ function cm.costfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToGraveAsCost() return c:IsType(TYPE_MONSTER) and c:IsAbleToGraveAsCost()
end end
function cm.thfilter(c) function cm.thfilter(c)
return c:IsType(TYPE_MAXIMUM) c:IsLevel(10) and c:IsAttribute(ATTRIBUTE_DARK) return c:IsType(TYPE_MAXIMUM) and c:IsLevel(10) and c:IsAttribute(ATTRIBUTE_DARK)
and c:IsRace(RACE_DRAGON) and c:IsAbleToHand() and c:IsRace(RACE_DRAGON) and c:IsAbleToHand()
end end
cm.cost=RD.CostSendHandToGrave(cm.costfilter,1,1) cm.cost=RD.CostSendHandToGrave(cm.costfilter,1,1)
......
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