Commit 38375357 authored by 未闻皂名's avatar 未闻皂名

2025/6/2 bug修复

parent e762ce21
Pipeline #37112 passed with stages
in 9 minutes and 21 seconds
...@@ -45,6 +45,6 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -45,6 +45,6 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function cm.operation(e,tp,eg,ep,ev,re,r,rp) function cm.operation(e,tp,eg,ep,ev,re,r,rp)
RD.SelectAndDoAction(aux.Stringid(m,2),cm.filter,tp,LOCATION_MZONE,0,1,1,nil,function(g) RD.SelectAndDoAction(aux.Stringid(m,2),cm.filter,tp,LOCATION_MZONE,0,1,1,nil,function(g)
RD.AttachLevel(e,g:GetFirst(),1,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) RD.AttachLevel(e,g:GetFirst(),4,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