aboutsummaryrefslogtreecommitdiff
path: root/data/objects/anvil.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-09 22:15:54 -0400
committerhistoria <[not public]>2026-07-09 22:15:54 -0400
commitecba7f726f70b37126d852c38c7e3eec7b04d730 (patch)
tree9129215c6e5015336fde1116395336d82bb952d1 /data/objects/anvil.yaml
parentb3d4c616f59ad2519f3a0b77e3b47d6571cd2486 (diff)
downloadthehouseoficarus-ecba7f726f70b37126d852c38c7e3eec7b04d730.tar.gz
feat: old standalone trigger systems completely unified into trigger->condition->action system
Diffstat (limited to 'data/objects/anvil.yaml')
-rw-r--r--data/objects/anvil.yaml18
1 files changed, 8 insertions, 10 deletions
diff --git a/data/objects/anvil.yaml b/data/objects/anvil.yaml
index efcb8f2..e58efef 100644
--- a/data/objects/anvil.yaml
+++ b/data/objects/anvil.yaml
@@ -3,13 +3,11 @@ description:
- text: A heavy iron anvil for hammering metal into shape.
name: anvil
on_use:
- - 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
+ - item_id: silver_bar
+ steps:
+ - messages:
+ - You should use this with a mold at a furnace.
+ - item_id: gold_bar
+ steps:
+ - messages:
+ - You should use this with a mold at a furnace.