From 38c4982bfc089f856b6bfb7749d60d5daa2cc483 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 17 Jul 2026 19:24:41 -0400 Subject: feat: add automatic flee on third failed flee attempt --- internal/player/player.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/player/player.go') diff --git a/internal/player/player.go b/internal/player/player.go index 6bc9a17..b5b79f9 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -188,6 +188,7 @@ type Player struct { EscapeTarget int `yaml:"-"` EscapeTrigger *behavior.Trigger `yaml:"-"` EscapeIsWalk bool `yaml:"-"` + EscapeFailCount int `yaml:"-"` VisualTickCurrent int `yaml:"-"` AutotriggerMod string `yaml:"-"` QueuedTrigger string `yaml:"-"` -- cgit v1.2.3