From f3a6ae488bbd2128af8356b0da016699c5abb70e Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 12 Jun 2026 18:59:22 -0400 Subject: feat: commands automatically target if unambiguous, depleted node improvements --- internal/action/behavior.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/action/behavior.go') 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"` -- cgit v1.2.3