Commit 80ce6bba authored by 未闻皂名's avatar 未闻皂名

2025/10/18 bug修复

parent 2e0892a4
Pipeline #41124 passed with stages
in 10 minutes and 50 seconds
...@@ -20,7 +20,7 @@ function cm.spfilter(c,e,tp) ...@@ -20,7 +20,7 @@ function cm.spfilter(c,e,tp)
and RD.IsCanBeSpecialSummoned(c,e,tp,POS_FACEUP) and RD.IsCanBeSpecialSummoned(c,e,tp,POS_FACEUP)
end end
function cm.check(g) function cm.check(g)
return g:GetClassCount(Card.GetRace)==g:GetCount() return g:GetClassCount(Card.GetRace)==1
end end
cm.cost=RD.CostSendSelfToDeckBottom() cm.cost=RD.CostSendSelfToDeckBottom()
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk) function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
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