aboutsummaryrefslogtreecommitdiff
path: root/internal/action/behavior.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-12 23:52:06 -0400
committerhistoria <[not public]>2026-06-12 23:52:06 -0400
commita19e6b6ab01670a5932308c7bd0e0e5eed8cbcad (patch)
tree80a2e46c3e6cc98bb8b4f708cc403949b14742eb /internal/action/behavior.go
parentf3a6ae488bbd2128af8356b0da016699c5abb70e (diff)
downloadthehouseoficarus-a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad.tar.gz
feat: firemaking skill implemented. overhauled how ground items and despawn are handled.
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 4ffd7e5..7abe0ae 100644
--- a/internal/action/behavior.go
+++ b/internal/action/behavior.go
@@ -10,6 +10,7 @@ type GatherConfig struct {
Success SuccessFormula `yaml:"success"`
GatherMsg string `yaml:"gather_message"`
DepletedMessage string `yaml:"depleted_message"`
+ ExhaustedMessage string `yaml:"exhausted_message"`
FailMsg string `yaml:"fail_message"`
Drops []DropEntry `yaml:"drops"`
DepleteDelay int `yaml:"deplete_delay"`