diff options
| author | workhorse <workhorse@localhost.localdomain> | 2026-06-19 20:24:52 -0400 |
|---|---|---|
| committer | workhorse <workhorse@localhost.localdomain> | 2026-06-19 20:24:52 -0400 |
| commit | 8ee8982b8759bcae116647cc993867f4c8b0a6ce (patch) | |
| tree | ee01f7b1d745cbc94d9981108a1209527487b3e5 /data/objects | |
| parent | 2bec24859af8f03c80a0a58e3240519942450167 (diff) | |
| download | thehouseoficarus-8ee8982b8759bcae116647cc993867f4c8b0a6ce.tar.gz | |
reorganized items, objects, and rooms in directories. oranized module names. added startup checks.
Diffstat (limited to 'data/objects')
| -rw-r--r-- | data/objects/anvil.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/objects/anvil.yaml b/data/objects/anvil.yaml index 22725c1..ab5a79f 100644 --- a/data/objects/anvil.yaml +++ b/data/objects/anvil.yaml @@ -3,7 +3,7 @@ name: anvil color: "250" description: "A heavy iron anvil for hammering metal into shape." use_interactions: - - item: silver_bar + - item_id: silver_bar message: "You should use this with a mold at a furnace." - - item: gold_bar + - item_id: gold_bar message: "You should use this with a mold at a furnace." |
