aboutsummaryrefslogtreecommitdiff
path: root/data/objects/iron_gate.yaml
diff options
context:
space:
mode:
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