Commit 6a9eca7a authored by 未闻皂名's avatar 未闻皂名

2025/10/15 bug修复

parent 12593fb3
Pipeline #41059 passed with stages
in 8 minutes and 8 seconds
...@@ -32,8 +32,9 @@ end ...@@ -32,8 +32,9 @@ end
function cm.activate(e,tp,eg,ep,ev,re,r,rp) function cm.activate(e,tp,eg,ep,ev,re,r,rp)
if RD.SelectAndSpecialSummon(aux.NecroValleyFilter(cm.spfilter),tp,LOCATION_GRAVE,0,1,1,nil,e,POS_FACEUP)~=0 if RD.SelectAndSpecialSummon(aux.NecroValleyFilter(cm.spfilter),tp,LOCATION_GRAVE,0,1,1,nil,e,POS_FACEUP)~=0
and RD.IsOperatedGroupExists(cm.exfilter,1,nil) then and RD.IsOperatedGroupExists(cm.exfilter,1,nil) then
RD.SelectAndDoAction(HINTMSG_TOGRAVE,Card.IsAbleToGrave,tp,LOCATION_MZONE,0,1,1,nil,function(g) local g=Duel.GetOperatedGroup()
Duel.SendtoGrave(g,REASON_EFFECT) RD.SelectAndDoAction(HINTMSG_TOGRAVE,Card.IsAbleToGrave,tp,LOCATION_MZONE,0,1,1,g,function(sg)
Duel.SendtoGrave(sg,REASON_EFFECT)
end) end)
end end
end end
\ No newline at end of file
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