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_gallery/rooms/Back Room.txtpb | 4 ++-- data/maps/the_gallery/rooms/Daedalus Extension.txtpb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'data/maps/the_gallery/rooms') diff --git a/data/maps/the_gallery/rooms/Back Room.txtpb b/data/maps/the_gallery/rooms/Back Room.txtpb index 81ce938..baf7270 100644 --- a/data/maps/the_gallery/rooms/Back Room.txtpb +++ b/data/maps/the_gallery/rooms/Back Room.txtpb @@ -5,13 +5,13 @@ panels { path: "Panels/entry_2" clue: "" answer: "jab" - symbols: "question" + symbols: QUESTION } panels { name: "TREE" path: "Panels/entry_3" clue: "" answer: "icy" - symbols: "question" + symbols: QUESTION } # Not sure whether the two paintings in here should be randomized, since they're hints. diff --git a/data/maps/the_gallery/rooms/Daedalus Extension.txtpb b/data/maps/the_gallery/rooms/Daedalus Extension.txtpb index bb1231e..e525a2c 100644 --- a/data/maps/the_gallery/rooms/Daedalus Extension.txtpb +++ b/data/maps/the_gallery/rooms/Daedalus Extension.txtpb @@ -5,7 +5,7 @@ panels { path: "Panels/entry_1" clue: "where" answer: "question" - symbols: "example" + symbols: EXAMPLE } paintings { name: "EYE" -- cgit 1.4.1