From 3a58125d14bb307f861b38c6c5b0a63babde7e08 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 13:28:06 -0400 Subject: feat: all skills kind of implemented, random prototype content added --- 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 236ab81..e1a79e3 100644 --- a/internal/action/behavior.go +++ b/internal/action/behavior.go @@ -55,6 +55,7 @@ type NodeAction struct { SkipTask bool `yaml:"skip_task"` ExtendTask bool `yaml:"extend_task"` ReputationCost int `yaml:"reputation_cost"` + Sawmill bool `yaml:"sawmill"` } type ShopConfig struct { -- cgit v1.2.3