aboutsummaryrefslogtreecommitdiff
path: root/data/objects/iron_gate.yaml
blob: c61eebd9b58f4ad2719830a874ed34dd569712c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
color: FA
description:
    - text: A heavy iron gate. It looks like it can be pushed open.
hidden: true
name: iron gate
on_use:
    - 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