From dde563e6810124a73de5ef12e92774c540f9d62e Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 20 Jun 2026 03:51:23 -0400 Subject: feat: aps system implemented --- internal/action/behavior.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/action') diff --git a/internal/action/behavior.go b/internal/action/behavior.go index 4071f0d..1fdc8df 100644 --- a/internal/action/behavior.go +++ b/internal/action/behavior.go @@ -56,6 +56,7 @@ type NodeAction struct { ExtendTask bool `yaml:"extend_task"` ReputationCost int `yaml:"reputation_cost"` Sawmill bool `yaml:"sawmill"` + ApsNode bool `yaml:"aps_node"` } type ShopConfig struct { -- cgit v1.2.3