diff options
Diffstat (limited to 'building_guide/doors.md')
| -rw-r--r-- | building_guide/doors.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/building_guide/doors.md b/building_guide/doors.md index 358001f..c987d0f 100644 --- a/building_guide/doors.md +++ b/building_guide/doors.md @@ -10,9 +10,9 @@ A button in room 3 opens a door in room 7. Anyone can press it. Once pressed, th ```yaml name: stone button hidden: true -use_interactions: +on_use: - condition: - flag: secret_door_open + global_flag: secret_door_open not: true message: "You press the stone button. You hear grinding stone in the distance." action: |
