From 52a3ce6a4b4a254dc5d3067979a09e93c060fa20 Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 03:57:06 -0400 Subject: feat: shops and rough assassin skill --- internal/player/player.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/player') 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() { -- cgit v1.2.3