aboutsummaryrefslogtreecommitdiff
path: root/data/objects/iron_gate.yaml
blob: 8193f0a37f932ad90ec7a70ed7ffbd19e890cd7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
color: "250"
description: A heavy iron gate. It looks like it can be pushed open.
hidden: true
id: iron_gate
name: iron gate
use_interactions:
  - condition:
      flag: gate_open
      not: true
      value: true
    message: You push the heavy iron gate open.
    action:
      set_flags:
        gate_open: true