diff options
| author | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
| commit | c705ae942573984784ef501bf8198f61f5206ddd (patch) | |
| tree | c964066f3a244002bf75cb50a877630f46496f81 /data/objects/iron_gate.yaml | |
| parent | 74153c7814fc4cef988066ef04e38731a943bc12 (diff) | |
| download | thehouseoficarus-c705ae942573984784ef501bf8198f61f5206ddd.tar.gz | |
refactor: simplify yaml, remove support for old scalar fields
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 |
