Commit 388f16f7 authored by 未闻皂名's avatar 未闻皂名

2025/12/3 bug修复

parent acfb2cd9
Pipeline #41829 passed with stages
in 6 minutes and 51 seconds
......@@ -22,7 +22,7 @@ end
function cm.check(g)
return g:GetClassCount(Card.GetLocation)==g:GetCount()
end
cm.cost=RD.CostSendHandOrFieldSubToGrave(cm.costfilter,cm.check,2,2)
cm.cost=RD.CostSendHandOrFieldSubToGrave(cm.costfilter,cm.check,2,2,true)
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(nil,tp,0,LOCATION_ONFIELD,1,nil) end
local g=Duel.GetMatchingGroup(nil,tp,0,LOCATION_ONFIELD,nil)
......
......@@ -30,7 +30,7 @@ end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(cm.confilter,1,nil,1-tp)
end
cm.cost=RD.CostSendHandOrFieldSubToGrave(cm.costfilter,cm.check,2,2)
cm.cost=RD.CostSendHandOrFieldSubToGrave(cm.costfilter,cm.check,2,2,true)
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
Duel.SetTargetCard(eg)
......
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