aboutsummaryrefslogtreecommitdiff
path: root/internal/player
diff options
context:
space:
mode:
Diffstat (limited to 'internal/player')
-rw-r--r--internal/player/player.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/player/player.go b/internal/player/player.go
index dbbd4da..a3ca4ce 100644
--- a/internal/player/player.go
+++ b/internal/player/player.go
@@ -182,6 +182,8 @@ type Player struct {
ActiveTechs map[string]bool `yaml:"-"`
QuickTech string `yaml:"quick_tech,omitempty"`
TechActivatedSinceTick map[string]bool `yaml:"-"`
+ Sneaking bool `yaml:"-"`
+ SneakNotified map[string]bool `yaml:"-"`
}
func (p *Player) ClearMoveState() {