Browse Source

fix(char/status): 修复健康状态和持续效果触发

dzp 2 years ago
parent
commit
5c2784ed79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mud/pkuxkx/plugins/basic/char/status.tin

+ 1 - 1
mud/pkuxkx/plugins/basic/char/status.tin

@@ -101,7 +101,7 @@ event.Define {char/status}    {无参}  {$MODULE} {已经获取到 status_me 命
 #nop ├───健康状态────────────────────────────────────────┤;
 #nop │ 受伤、怒、梯云纵(127秒)、太极剑· 随(11秒)、太极剑· 连(4秒)、太极剑· 缠(1秒)                   │;
     #action {^├───健康状态──{(┴|─)+}───┤$} {
-        #line oneshot #action {~^\e[0m│%*\e[2;37;0m{?:|、\x1b\[1;36m(.*)\x1b\[2;37;0m}%s\e[2;37;0m\e[2;37;0m│\e[0m$} {
+        #line oneshot #action {~^\e[0m│%*\e[2;37;0m{?:|、(.*)\x1b\[2;37;0m}%s%c│\e[0m$} {
             #var char[STATUS][健康状态] {%%%1};
             #var char[STATUS][持续效果] {%%%2};
         };