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/iron_gate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/objects/iron_gate.yaml') diff --git a/data/objects/iron_gate.yaml b/data/objects/iron_gate.yaml index 44599ae..b5c7de6 100644 --- a/data/objects/iron_gate.yaml +++ b/data/objects/iron_gate.yaml @@ -2,7 +2,7 @@ color: "FA" description: A heavy iron gate. It looks like it can be pushed open. hidden: true name: iron gate -use_interactions: +on_use: - condition: global_flag: gate_open not: true -- cgit v1.2.3