aboutsummaryrefslogtreecommitdiff
path: root/internal/action/behavior.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/action/behavior.go')
-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"`