aboutsummaryrefslogtreecommitdiff
path: root/building_guide/hidden_objects.md
diff options
context:
space:
mode:
Diffstat (limited to 'building_guide/hidden_objects.md')
-rw-r--r--building_guide/hidden_objects.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/building_guide/hidden_objects.md b/building_guide/hidden_objects.md
index b1ed7b4..1866d67 100644
--- a/building_guide/hidden_objects.md
+++ b/building_guide/hidden_objects.md
@@ -9,9 +9,9 @@ Objects with `hidden: true` don't appear in the room's object listing. Players d
name: stone lever
hidden: true
description: "A cleverly concealed lever behind a loose stone."
-use_interactions:
+on_use:
- condition:
- flag: secret_passage_open
+ global_flag: secret_passage_open
value: true
not: true
message: "You pull the lever. A grinding sound echoes from the east."