Commit 3ec0522d authored by 未闻皂名's avatar 未闻皂名

2023/11/15 bug修复

parent a8aa191c
Pipeline #24056 passed with stages
in 7 minutes and 41 seconds
...@@ -42,7 +42,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -42,7 +42,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local reset=RESET_EVENT+RESETS_STANDARD+RESET_DISABLE+RESET_PHASE+PHASE_END local reset=RESET_EVENT+RESETS_STANDARD+RESET_DISABLE+RESET_PHASE+PHASE_END
RD.AttachAtkDef(e,c,1400,0,reset) RD.AttachAtkDef(e,c,1400,0,reset)
if e:GetLabel()==20245002 then if e:GetLabel()==20245002 then
RD.AttachBattleIndes(e,tc,1,aux.Stringid(m,1),reset) RD.AttachBattleIndes(e,c,1,aux.Stringid(m,1),reset)
RD.AttachEffectIndes(e,c,cm.indval,aux.Stringid(m,2),reset) RD.AttachEffectIndes(e,c,cm.indval,aux.Stringid(m,2),reset)
RD.AttachExtraAttack(e,c,1,aux.Stringid(m,3),reset) RD.AttachExtraAttack(e,c,1,aux.Stringid(m,3),reset)
end end
......
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