From ab2597b22ccdb71116992aec78080d9858358d04 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 7 Jul 2026 16:24:27 -0400 Subject: rename flags to global_flags (differentiate from player_flags) --- data/objects/iron_gate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/objects/iron_gate.yaml') diff --git a/data/objects/iron_gate.yaml b/data/objects/iron_gate.yaml index ee60d36..44599ae 100644 --- a/data/objects/iron_gate.yaml +++ b/data/objects/iron_gate.yaml @@ -4,10 +4,10 @@ hidden: true name: iron gate use_interactions: - condition: - flag: gate_open + global_flag: gate_open not: true value: true message: You push the heavy iron gate open. action: - set_flags: + set_global_flags: gate_open: true -- cgit v1.2.3