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_entry/rooms/Flipped Right Eye.txtpb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/the_entry/rooms/Flipped Right Eye.txtpb') diff --git a/data/maps/the_entry/rooms/Flipped Right Eye.txtpb b/data/maps/the_entry/rooms/Flipped Right Eye.txtpb index 0689cbf..429d63e 100644 --- a/data/maps/the_entry/rooms/Flipped Right Eye.txtpb +++ b/data/maps/the_entry/rooms/Flipped Right Eye.txtpb @@ -5,12 +5,12 @@ panels { path: "Panels/Pilgrimage/cream_5" clue: "where" answer: "here" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "HERE" path: "Panels/Pilgrimage/cream_6" clue: "here" answer: "there" - symbols: "sparkles" + symbols: SPARKLES } \ No newline at end of file -- cgit 1.4.1