aboutsummaryrefslogtreecommitdiff
path: root/worldbuilding_guide/construction.md
diff options
context:
space:
mode:
Diffstat (limited to 'worldbuilding_guide/construction.md')
-rw-r--r--worldbuilding_guide/construction.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/worldbuilding_guide/construction.md b/worldbuilding_guide/construction.md
index d4ba840..5775fbf 100644
--- a/worldbuilding_guide/construction.md
+++ b/worldbuilding_guide/construction.md
@@ -96,7 +96,7 @@ station: [workbench]
tool: saw
consume:
- items: [oak_logs]
- qty: 1
+ quantity: 1
output: oak_planks
message: "You saw the oak logs into sturdy oak planks."
```
@@ -111,7 +111,7 @@ wait: 6
station: [workbench]
consume:
- items: [planks]
- qty: 3
+ quantity: 3
output: wooden_table
message: "You build a sturdy wooden table."
```