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/Pillar Room.txtpb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/maps/the_great/rooms/Pillar Room.txtpb') diff --git a/data/maps/the_great/rooms/Pillar Room.txtpb b/data/maps/the_great/rooms/Pillar Room.txtpb index f3fc078..01ff309 100644 --- a/data/maps/the_great/rooms/Pillar Room.txtpb +++ b/data/maps/the_great/rooms/Pillar Room.txtpb @@ -5,8 +5,8 @@ panels { path: "Panels/Impressive/entry_2" clue: "eye" answer: "you" - symbols: "sun" - symbols: "zero" + symbols: SUN + symbols: ZERO } panels { name: "HAVE" @@ -19,14 +19,14 @@ panels { path: "Panels/Impressive/entry_4" clue: "four" answer: "for" - symbols: "zero" + symbols: ZERO } panels { name: "CAUGHT" path: "Panels/Impressive/entry_5" clue: "caught" answer: "got" - symbols: "zero" + symbols: ZERO } panels { name: "TEN" -- cgit 1.4.1