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_great/rooms/Maze Wreck Area.txtpb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/the_great/rooms/Maze Wreck Area.txtpb') diff --git a/data/maps/the_great/rooms/Maze Wreck Area.txtpb b/data/maps/the_great/rooms/Maze Wreck Area.txtpb index bea3fca..6808fc2 100644 --- a/data/maps/the_great/rooms/Maze Wreck Area.txtpb +++ b/data/maps/the_great/rooms/Maze Wreck Area.txtpb @@ -5,7 +5,7 @@ panels { path: "Panels/Maze/maze_8" clue: "wreck" answer: "ruin" - symbols: "sun" + symbols: SUN } panels { # This is behind a teal wall. @@ -13,5 +13,5 @@ panels { path: "Panels/General/teal_1" clue: "maroon" answer: "teal" - symbols: "sun" + symbols: SUN } -- cgit 1.4.1