From 8ee8982b8759bcae116647cc993867f4c8b0a6ce Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 20:24:52 -0400 Subject: reorganized items, objects, and rooms in directories. oranized module names. added startup checks. --- worldbuilding_guide/construction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'worldbuilding_guide/construction.md') 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." ``` -- cgit v1.2.3