From fbd1c30d7b9777c9df6653f0c393afa7a7dfa519 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 03:05:46 -0400 Subject: feat: science skill roughly implemented --- 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 a970a00..dbbd4da 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -177,6 +177,7 @@ type Player struct { MoveDirection string `yaml:"-"` MoveTarget int `yaml:"-"` VisualTickCurrent int `yaml:"-"` + AutocastMod string `yaml:"-"` Battery float64 `yaml:"battery"` ActiveTechs map[string]bool `yaml:"-"` QuickTech string `yaml:"quick_tech,omitempty"` -- cgit v1.2.3