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 Minus First Floor.txtpb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb') diff --git a/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb b/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb index fb674c0..1429fa8 100644 --- a/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb +++ b/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb @@ -5,14 +5,14 @@ panels { path: "Panels/panel_2" clue: "rhino" answer: "horn" - symbols: "boxes" + symbols: BOXES } panels { name: "HORN" path: "Panels/panel_3" clue: "horn" answer: "rhino" - symbols: "boxes" + symbols: BOXES } paintings { name: "GALLERY" -- cgit 1.4.1