From 9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 20 Aug 2025 16:23:58 -0400 Subject: Converted puzzle symbols to an enum --- data/maps/the_stormy/rooms/Center.txtpb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/maps/the_stormy/rooms/Center.txtpb') diff --git a/data/maps/the_stormy/rooms/Center.txtpb b/data/maps/the_stormy/rooms/Center.txtpb index 9ea360e..62395ba 100644 --- a/data/maps/the_stormy/rooms/Center.txtpb +++ b/data/maps/the_stormy/rooms/Center.txtpb @@ -5,28 +5,28 @@ panels { path: "Panels/Room_1/panel_7" clue: "reactor" answer: "meltdown" - symbols: "cross" + symbols: CROSS } panels { name: "VOLCANO" path: "Panels/Room_1/panel_8" clue: "volcano" answer: "eruption" - symbols: "age" + symbols: AGE } panels { name: "CLOUD" path: "Panels/Room_1/panel_9" clue: "cloud" answer: "rain" - symbols: "age" + symbols: AGE } panels { name: "WIND" path: "Panels/Room_1/panel_10" clue: "wind" answer: "tornado" - symbols: "cross" + symbols: CROSS } ports { name: "ENTRY" -- cgit 1.4.1