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/Nature Room.txtpb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/maps/the_great/rooms/Nature Room.txtpb') diff --git a/data/maps/the_great/rooms/Nature Room.txtpb b/data/maps/the_great/rooms/Nature Room.txtpb index 01f6d1b..9f798f3 100644 --- a/data/maps/the_great/rooms/Nature Room.txtpb +++ b/data/maps/the_great/rooms/Nature Room.txtpb @@ -5,26 +5,26 @@ panels { path: "Panels/General/nature_2" clue: "severe" answer: "grave" - symbols: "sun" + symbols: SUN } panels { name: "FOOT" path: "Panels/General/nature_3" clue: "foot" answer: "yard" - symbols: "boxes" + symbols: BOXES } panels { name: "PAUSES" path: "Panels/General/nature_4" clue: "pauses" answer: "waits" - symbols: "sun" + symbols: SUN } panels { name: "ABOVE" path: "Panels/General/nature_5" clue: "above" answer: "below" - symbols: "sun" + symbols: SUN } -- cgit 1.4.1