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_great/rooms/Jail Part 1.txtpb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'data/maps/the_great/rooms/Jail Part 1.txtpb') diff --git a/data/maps/the_great/rooms/Jail Part 1.txtpb b/data/maps/the_great/rooms/Jail Part 1.txtpb index 8ab6caf..bd468bd 100644 --- a/data/maps/the_great/rooms/Jail Part 1.txtpb +++ b/data/maps/the_great/rooms/Jail Part 1.txtpb @@ -5,83 +5,83 @@ panels { path: "Panels/Throat/throat_1" clue: "flap" answer: "trap" - symbols: "zero" + symbols: ZERO } panels { name: "LUCK" path: "Panels/Throat/throat_2" clue: "luck" answer: "stuck" - symbols: "zero" + symbols: ZERO } panels { name: "STICK" path: "Panels/Throat/throat_3" clue: "stick" answer: "stuck" - symbols: "age" + symbols: AGE } panels { name: "SNARE" path: "Panels/Throat/throat_4" clue: "snare" answer: "trap" - symbols: "sun" + symbols: SUN } panels { name: "DOPAMINE" path: "Panels/Bowels/bowels_1" clue: "dopamine" answer: "pain" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "PALINDROME" path: "Panels/Bowels/bowels_2" clue: "palindrome" answer: "pain" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "SUPERVILLAIN" path: "Panels/Bowels/bowels_3" clue: "supervillain" answer: "evil" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "PREVAILS" path: "Panels/Bowels/bowels_4" clue: "prevails" answer: "evil" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "ENGRAVED" path: "Panels/Bowels2/bowels_1" clue: "engraved" answer: "grave" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "GLIDEPATH" path: "Panels/Bowels2/bowels_2" clue: "glidepath" answer: "death" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "DECATHLON" path: "Panels/Bowels2/bowels_3" clue: "decathlon" answer: "death" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "GRIEVES" path: "Panels/Bowels2/bowels_4" clue: "grieves" answer: "grave" - symbols: "sparkles" - symbols: "zero" + symbols: SPARKLES + symbols: ZERO } -- cgit 1.4.1