diff options
| author | historia <[not public]> | 2026-07-08 19:59:14 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-08 19:59:14 -0400 |
| commit | 09d325dcf5e779eab5550d3fd3377bde50101428 (patch) | |
| tree | a433be903aabbf1d2eadce2aacdac12a9eb8dde0 /data/objects/anvil.yaml | |
| parent | 9184377301c2604e003f36426788c032fb0ca524 (diff) | |
| download | thehouseoficarus-09d325dcf5e779eab5550d3fd3377bde50101428.tar.gz | |
feat: unify on use, on look, and on kill. all support same conditions/actions now.
Diffstat (limited to 'data/objects/anvil.yaml')
| -rw-r--r-- | data/objects/anvil.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/objects/anvil.yaml b/data/objects/anvil.yaml index b7b50bf..4737573 100644 --- a/data/objects/anvil.yaml +++ b/data/objects/anvil.yaml @@ -1,7 +1,7 @@ name: anvil color: "FA" description: "A heavy iron anvil for hammering metal into shape." -use_interactions: +on_use: - item_id: silver_bar message: "You should use this with a mold at a furnace." - item_id: gold_bar |
