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_entry/rooms/Blue Alcove.txtpb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/the_entry/rooms/Blue Alcove.txtpb') diff --git a/data/maps/the_entry/rooms/Blue Alcove.txtpb b/data/maps/the_entry/rooms/Blue Alcove.txtpb index 96c9fcf..4c2c48c 100644 --- a/data/maps/the_entry/rooms/Blue Alcove.txtpb +++ b/data/maps/the_entry/rooms/Blue Alcove.txtpb @@ -5,12 +5,12 @@ panels { path: "Panels/Back Right/br_11" clue: "blue" answer: "orange" - symbols: "sun" + symbols: SUN } panels { name: "ARMY" path: "Panels/Back Right/br_13" clue: "army" answer: "navy" - symbols: "example" + symbols: EXAMPLE } \ No newline at end of file -- cgit 1.4.1