From a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 12 Jun 2026 23:52:06 -0400 Subject: feat: firemaking skill implemented. overhauled how ground items and despawn are handled. --- 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 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"` -- cgit v1.2.3