diff options
Diffstat (limited to 'data/objects/iron_gate.yaml')
| -rw-r--r-- | data/objects/iron_gate.yaml | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/data/objects/iron_gate.yaml b/data/objects/iron_gate.yaml index 5d6d53e..c61eebd 100644 --- a/data/objects/iron_gate.yaml +++ b/data/objects/iron_gate.yaml @@ -1,14 +1,16 @@ -color: "FA" +color: FA description: -- text: A heavy iron gate. It looks like it can be pushed open. + - text: A heavy iron gate. It looks like it can be pushed open. hidden: true name: iron gate on_use: -- condition: - global_flag: gate_open - not: true - value: true - message: You push the heavy iron gate open. - action: - set_global_flags: - gate_open: true + - action: + messages: + - delay: 0 + message: You push the heavy iron gate open. + set_global_flags: + gate_open: true + condition: + global_flag: gate_open + not: true + value: true |
