diff options
| author | historia <[not public]> | 2026-06-20 03:51:23 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-20 03:51:23 -0400 |
| commit | dde563e6810124a73de5ef12e92774c540f9d62e (patch) | |
| tree | 68505a06c194d9b01b00e9d9672064b9b4b75156 /internal/action | |
| parent | e4400c5f1e84c18d2126f2cb502ae10685977cbb (diff) | |
| download | thehouseoficarus-dde563e6810124a73de5ef12e92774c540f9d62e.tar.gz | |
feat: aps system implemented
Diffstat (limited to 'internal/action')
| -rw-r--r-- | internal/action/behavior.go | 1 |
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 { |
