Commit 4ecb2d75 authored by 未闻皂名's avatar 未闻皂名

2025/11/10 bug修复

parent facb8abd
Pipeline #41567 passed with stages
in 10 minutes and 9 seconds
...@@ -29,7 +29,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -29,7 +29,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsFaceup() and c:IsRelateToEffect(e) then if c:IsFaceup() and c:IsRelateToEffect(e) then
RD.ChangeCode(e,c,list[1],RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) RD.ChangeCode(e,c,list[1],RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
RD.CanSelectAndDoAction(aux.Stringid(m,1),HINTMSG_DESTROY,cm.filter,tp,LOCATION_HAND+LOCATION_MZONE,0,1,2,nil,function(g) RD.CanSelectAndDoAction(aux.Stringid(m,1),HINTMSG_DESTROY,cm.filter,tp,LOCATION_HAND+LOCATION_MZONE,0,1,2,c,function(g)
Duel.BreakEffect() Duel.BreakEffect()
if RD.SendToGraveAndExists(g) then if RD.SendToGraveAndExists(g) then
local ct=Duel.GetOperatedGroup():GetCount() local ct=Duel.GetOperatedGroup():GetCount()
......
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