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_extravagant/rooms/Y Plus Third Floor.txtpb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/the_extravagant/rooms/Y Plus Third Floor.txtpb') diff --git a/data/maps/the_extravagant/rooms/Y Plus Third Floor.txtpb b/data/maps/the_extravagant/rooms/Y Plus Third Floor.txtpb index 3fd845b..bdc45b9 100644 --- a/data/maps/the_extravagant/rooms/Y Plus Third Floor.txtpb +++ b/data/maps/the_extravagant/rooms/Y Plus Third Floor.txtpb @@ -6,14 +6,14 @@ panels { path: "Panels/panel_6" clue: "cactus" answer: "thorn" - symbols: "boxes" + symbols: BOXES } panels { name: "TAIL" path: "Panels/panel_12" clue: "tail" answer: "rat" - symbols: "boxes" + symbols: BOXES } paintings { name: "UNMORE" -- cgit 1.4.1