From 09d325dcf5e779eab5550d3fd3377bde50101428 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 8 Jul 2026 19:59:14 -0400 Subject: feat: unify on use, on look, and on kill. all support same conditions/actions now. --- data/objects/anvil.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/objects/anvil.yaml') 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 -- cgit v1.2.3