aboutsummaryrefslogtreecommitdiff
path: root/worldbuilding_guide/recipes.md
diff options
context:
space:
mode:
Diffstat (limited to 'worldbuilding_guide/recipes.md')
-rw-r--r--worldbuilding_guide/recipes.md4
1 files changed, 2 insertions, 2 deletions
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