aboutsummaryrefslogtreecommitdiff
path: root/internal/player
diff options
context:
space:
mode:
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:"-"`