diff options
| author | historia <[not public]> | 2026-07-08 19:59:14 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-08 19:59:14 -0400 |
| commit | 09d325dcf5e779eab5550d3fd3377bde50101428 (patch) | |
| tree | a433be903aabbf1d2eadce2aacdac12a9eb8dde0 /building_guide/doors.md | |
| parent | 9184377301c2604e003f36426788c032fb0ca524 (diff) | |
| download | thehouseoficarus-09d325dcf5e779eab5550d3fd3377bde50101428.tar.gz | |
feat: unify on use, on look, and on kill. all support same conditions/actions now.
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: |
