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/Behind Question Area.txtpb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/maps/the_great/rooms/Behind Question Area.txtpb') diff --git a/data/maps/the_great/rooms/Behind Question Area.txtpb b/data/maps/the_great/rooms/Behind Question Area.txtpb index 902d9b0..88f800f 100644 --- a/data/maps/the_great/rooms/Behind Question Area.txtpb +++ b/data/maps/the_great/rooms/Behind Question Area.txtpb @@ -5,14 +5,14 @@ panels { path: "Panels/General/uc_4" clue: "dew" answer: "do" - symbols: "zero" + symbols: ZERO } panels { name: "YEW" path: "Panels/General/uc_5" clue: "yew" answer: "you" - symbols: "zero" + symbols: ZERO proxies { answer: "ewe" path: "Panels/General/uc_5_proxy_1" } } panels { @@ -20,5 +20,5 @@ panels { path: "Panels/General/uc_6" clue: "no" answer: "know" - symbols: "zero" + symbols: ZERO } -- cgit 1.4.1