diff options
Diffstat (limited to 'data/objects/iron_gate.yaml')
| -rw-r--r-- | data/objects/iron_gate.yaml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/data/objects/iron_gate.yaml b/data/objects/iron_gate.yaml index b5c7de6..5d6d53e 100644 --- a/data/objects/iron_gate.yaml +++ b/data/objects/iron_gate.yaml @@ -1,13 +1,14 @@ color: "FA" -description: A heavy iron gate. It looks like it can be pushed open. +description: +- 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 +- condition: + global_flag: gate_open + not: true + value: true + message: You push the heavy iron gate open. + action: + set_global_flags: + gate_open: true |
