aboutsummaryrefslogtreecommitdiff
path: root/internal/player
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-17 19:24:41 -0400
committerhistoria <[not public]>2026-07-17 19:24:41 -0400
commit38c4982bfc089f856b6bfb7749d60d5daa2cc483 (patch)
treeeae624386347ab3220e99e77c6004fca8d8c8c2e /internal/player
parented0d9332def127b2fefebe80a4992a875cc7e521 (diff)
downloadthehouseoficarus-38c4982bfc089f856b6bfb7749d60d5daa2cc483.tar.gz
feat: add automatic flee on third failed flee attempt
Diffstat (limited to 'internal/player')
-rw-r--r--internal/player/player.go1
1 files changed, 1 insertions, 0 deletions
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:"-"`