Commit 94f4eaf5 authored by 未闻皂名's avatar 未闻皂名

2026/1/26 bug修复

parent 97e53fa0
Pipeline #42718 passed with stages
in 10 minutes and 20 seconds
...@@ -42,6 +42,6 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -42,6 +42,6 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local ac=Duel.GetChainInfo(0,CHAININFO_TARGET_PARAM) local ac=Duel.GetChainInfo(0,CHAININFO_TARGET_PARAM)
local filter=RD.Filter(cm.filter,tc) local filter=RD.Filter(cm.filter,tc)
RD.SelectAndDoAction(aux.Stringid(m,1),filter,tp,LOCATION_MZONE,0,1,1,nil,function(g) RD.SelectAndDoAction(aux.Stringid(m,1),filter,tp,LOCATION_MZONE,0,1,1,nil,function(g)
RD.ChangeCode(e,c,ac,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) RD.ChangeCode(e,g:GetFirst(),ac,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_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