From 0ea4eec5dd2122c6704216971eb1249276297867 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 18:20:26 -0400 Subject: shop fixes, 'toggle' completely removed, movement speed increased --- worldbuilding_guide/recipes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'worldbuilding_guide/recipes.md') diff --git a/worldbuilding_guide/recipes.md b/worldbuilding_guide/recipes.md index 799dab0..81a1240 100644 --- a/worldbuilding_guide/recipes.md +++ b/worldbuilding_guide/recipes.md @@ -168,7 +168,7 @@ Item-on-item combinations are defined directly on the output item via the `made_ # data/items/bread_dough.yaml id: bread_dough name: bread dough -color: "fg=bright_yellow" +color: "222" made_from: - items: [pot_of_flour] qty: 1 @@ -185,7 +185,7 @@ Items with `heal_value` and `eat_message` can be consumed via the `eat` command. ```yaml id: bread name: bread -color: "fg=bright_yellow" +color: "222" description: "A fresh loaf of bread, still warm from the oven." value: 5 heal_value: 5 -- cgit v1.2.3