From 5ea082ab4e82409aebc889b496f43e52b003d4f7 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 21:20:32 -0400 Subject: feat: science combat/triggers overhauled. decks now use autotrigger attacks. --- 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 3842348..1ddb3ea 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -180,6 +180,8 @@ type Player struct { MoveTarget int `yaml:"-"` VisualTickCurrent int `yaml:"-"` AutotriggerMod string `yaml:"-"` + QueuedTrigger string `yaml:"-"` + AttackTimer int `yaml:"-"` Battery float64 `yaml:"battery"` ActiveTechs map[string]bool `yaml:"-"` QuickTech string `yaml:"quick_tech,omitempty"` -- cgit v1.2.3