aboutsummaryrefslogtreecommitdiff
path: root/internal/action
diff options
context:
space:
mode:
Diffstat (limited to 'internal/action')
-rw-r--r--internal/action/behavior.go1
1 files changed, 1 insertions, 0 deletions
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 {