aboutsummaryrefslogtreecommitdiff
path: root/internal/action
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-12 18:59:22 -0400
committerhistoria <[not public]>2026-06-12 18:59:22 -0400
commitf3a6ae488bbd2128af8356b0da016699c5abb70e (patch)
tree76965c30baa5d6ab92d1fa9c371d7ca3f08349ba /internal/action
parentd6ab0e93a64525ce34f89e26d5272efbac513c32 (diff)
downloadthehouseoficarus-f3a6ae488bbd2128af8356b0da016699c5abb70e.tar.gz
feat: commands automatically target if unambiguous, depleted node improvements
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 a3c8802..4ffd7e5 100644
--- a/internal/action/behavior.go
+++ b/internal/action/behavior.go
@@ -9,6 +9,7 @@ type GatherConfig struct {
Bait string `yaml:"bait"`
Success SuccessFormula `yaml:"success"`
GatherMsg string `yaml:"gather_message"`
+ DepletedMessage string `yaml:"depleted_message"`
FailMsg string `yaml:"fail_message"`
Drops []DropEntry `yaml:"drops"`
DepleteDelay int `yaml:"deplete_delay"`