From 988b006a5bb9edb6465653566e7bdf8175347b8c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 16:50:41 -0400 Subject: feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps --- data/objects/copper_rock.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/objects/copper_rock.yaml') diff --git a/data/objects/copper_rock.yaml b/data/objects/copper_rock.yaml index a81c164..de305e6 100644 --- a/data/objects/copper_rock.yaml +++ b/data/objects/copper_rock.yaml @@ -1,11 +1,11 @@ -color: "178" +color: "B2" gather: base_wait: 10 depleted_message: You don't see any ore in this rock. drops: - depletes: true item_id: copper_ore - message: You manage to mine some {178}copper ore{/}. + message: You manage to mine some {B2}copper ore{/}. weight: 90 - depletes: false message: You spot a glint of something valuable! -- cgit v1.2.3