aboutsummaryrefslogtreecommitdiff
path: root/data/objects/iron_gate.yaml
blob: b5c7de6386fce2f1276a3ee188debad181a712f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
color: "FA"
description: 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