diff options
Diffstat (limited to 'data/behaviors/iron_gate_toggle.yaml')
| -rw-r--r-- | data/behaviors/iron_gate_toggle.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/behaviors/iron_gate_toggle.yaml b/data/behaviors/iron_gate_toggle.yaml new file mode 100644 index 0000000..e009ca7 --- /dev/null +++ b/data/behaviors/iron_gate_toggle.yaml @@ -0,0 +1,9 @@ +id: iron_gate_toggle +type: toggle +message: "You push the heavy iron gate." +set_flags: + gate_open: true +check: + flag: gate_open + value: true + not: true |
