fix ChatExpr
All checks were successful
/ test (push) Successful in 33s

This commit is contained in:
Johan Lundberg 2026-08-14 23:56:33 +02:00
parent 2b42913f91
commit d6c1a117c2
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ STATE: {Hunt}
ChatMatch {^.* I also have aids has died!$} ChatMatch {^.* I also have aids has died!$}
Expr {getvar[isLeader]==0} Expr {getvar[isLeader]==0}
DO: DoAll DO: DoAll
ChatExpr {\/f +getvar[followTarget] dead...he dead.} ChatExpr {\/f +getvar[followTarget] is dead\. Run away\!}
SetState {run_away} SetState {run_away}
IF: ChatMatch {^.*has died!$} IF: ChatMatch {^.*has died!$}
DO: DoAll DO: DoAll

View file

@ -500,7 +500,7 @@ n
s s
e e
s s
\/f +getvar[followTarget] dead...he dead. \/f +getvar[followTarget] is dead\. Run away\!
i i
1 1
s s