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 Tower.txtpb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/maps/the_great/rooms/Maze Tower.txtpb') diff --git a/data/maps/the_great/rooms/Maze Tower.txtpb b/data/maps/the_great/rooms/Maze Tower.txtpb index 8bba0eb..6a815aa 100644 --- a/data/maps/the_great/rooms/Maze Tower.txtpb +++ b/data/maps/the_great/rooms/Maze Tower.txtpb @@ -5,19 +5,19 @@ panels { path: "Panels/Maze/maze_12" clue: "feel" answer: "touch" - symbols: "sun" + symbols: SUN } panels { name: "DECOMPOSE" path: "Panels/Maze/maze_13" clue: "decompose" answer: "rot" - symbols: "sun" + symbols: SUN } panels { name: "SPIRE" path: "Panels/Towers/tower_1" clue: "spire" answer: "tower" - symbols: "sun" + symbols: SUN } -- cgit 1.4.1