From a3ae1e6aad696f584d138d9363c05dedff136a65 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 21 Jun 2026 22:19:17 -0400 Subject: feat: safespot system implemented --- internal/object/item.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/object/item.go') diff --git a/internal/object/item.go b/internal/object/item.go index b0865d6..b90432d 100644 --- a/internal/object/item.go +++ b/internal/object/item.go @@ -91,6 +91,7 @@ type ItemDef struct { PotionEffect string `yaml:"potion_effect"` PotionBonus int `yaml:"potion_bonus"` PotionDuration float64 `yaml:"potion_duration"` + Recoverable bool `yaml:"recoverable"` } type CraftList []CraftDef -- cgit v1.2.3