diff options
Diffstat (limited to 'data/objects/anvil.yaml')
| -rw-r--r-- | data/objects/anvil.yaml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/data/objects/anvil.yaml b/data/objects/anvil.yaml index 4c8bc40..efcb8f2 100644 --- a/data/objects/anvil.yaml +++ b/data/objects/anvil.yaml @@ -1,9 +1,15 @@ -name: anvil -color: "FA" +color: FA description: - - text: "A heavy iron anvil for hammering metal into shape." + - text: A heavy iron anvil for hammering metal into shape. +name: anvil on_use: - - item_id: silver_bar - message: "You should use this with a mold at a furnace." - - item_id: gold_bar - message: "You should use this with a mold at a furnace." + - action: + messages: + - delay: 0 + message: You should use this with a mold at a furnace. + item_id: silver_bar + - action: + messages: + - delay: 0 + message: You should use this with a mold at a furnace. + item_id: gold_bar |
