Commit 1d8c82c2 authored by 未闻皂名's avatar 未闻皂名

2023/11/26 bug修复

parent ce460a97
Pipeline #24162 passed with stages
in 5 minutes and 55 seconds
No preview for this file type
...@@ -30,7 +30,7 @@ end ...@@ -30,7 +30,7 @@ end
function cm.check(g,e,tp) function cm.check(g,e,tp)
return g:IsExists(cm.costfilter,1,nil) return g:IsExists(cm.costfilter,1,nil)
end end
cm.cost=RD.CostSendHandSubToGrave(Card.IsAbleToGraveAsCost,cm.check,3,3,function(g) cm.cost=RD.CostSendHandSubToGrave(Card.IsAbleToGraveAsCost,cm.check,1,3,function(g)
local sg=g:Filter(Card.IsType,nil,TYPE_MONSTER) local sg=g:Filter(Card.IsType,nil,TYPE_MONSTER)
return g:GetSum(Card.GetLevel),sg:GetClassCount(Card.GetRace) return g:GetSum(Card.GetLevel),sg:GetClassCount(Card.GetRace)
end) 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