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_nuanced/rooms/Back Room.txtpb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'data/maps/the_nuanced/rooms/Back Room.txtpb') diff --git a/data/maps/the_nuanced/rooms/Back Room.txtpb b/data/maps/the_nuanced/rooms/Back Room.txtpb index 5ff9342..37a1c7a 100644 --- a/data/maps/the_nuanced/rooms/Back Room.txtpb +++ b/data/maps/the_nuanced/rooms/Back Room.txtpb @@ -5,47 +5,47 @@ panels { path: "Panels/Rhymes/panel_1" clue: "course" answer: "horse" - symbols: "zero" + symbols: ZERO } panels { name: "WEIGH (1)" path: "Panels/Rhymes/panel_2" clue: "weigh" answer: "neigh" - symbols: "zero" + symbols: ZERO } panels { name: "WEIGH (2)" path: "Panels/Rhymes/panel_3" clue: "weigh" answer: "hay" - symbols: "zero" + symbols: ZERO } panels { name: "BUYER" path: "Panels/Rhymes/panel_4" clue: "buyer" answer: "hire" - symbols: "zero" + symbols: ZERO } panels { name: "GNASH" path: "Panels/Rhymes/panel_5" clue: "gnash" answer: "cash" - symbols: "zero" + symbols: ZERO } panels { name: "LIMB" path: "Panels/Rhymes/panel_6" clue: "limb" answer: "him" - symbols: "zero" + symbols: ZERO } panels { name: "SPARE" path: "Panels/Rhymes/panel_7" clue: "spare" answer: "flare" - symbols: "zero" + symbols: ZERO } -- cgit 1.4.1