aboutsummaryrefslogtreecommitdiff
path: root/data/objects/iron_gate.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-19 18:20:26 -0400
committerhistoria <[not public]>2026-06-19 18:20:26 -0400
commit0ea4eec5dd2122c6704216971eb1249276297867 (patch)
tree430fbbef04e837820f1d031c190f52ecd6112e25 /data/objects/iron_gate.yaml
parent3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff)
downloadthehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz
shop fixes, 'toggle' completely removed, movement speed increased
Diffstat (limited to 'data/objects/iron_gate.yaml')
-rw-r--r--data/objects/iron_gate.yaml16
1 files changed, 12 insertions, 4 deletions
diff --git a/data/objects/iron_gate.yaml b/data/objects/iron_gate.yaml
index 91f59c0..8193f0a 100644
--- a/data/objects/iron_gate.yaml
+++ b/data/objects/iron_gate.yaml
@@ -1,6 +1,14 @@
-id: iron_gate
-name: iron gate
color: "250"
-behavior: iron_gate_toggle
+description: A heavy iron gate. It looks like it can be pushed open.
hidden: true
-description: "A heavy iron gate. It looks like it can be pushed open."
+id: iron_gate
+name: iron gate
+use_interactions:
+ - condition:
+ flag: gate_open
+ not: true
+ value: true
+ message: You push the heavy iron gate open.
+ action:
+ set_flags:
+ gate_open: true