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_lionized/rooms/Puzzle Room.txtpb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'data/maps/the_lionized/rooms/Puzzle Room.txtpb') diff --git a/data/maps/the_lionized/rooms/Puzzle Room.txtpb b/data/maps/the_lionized/rooms/Puzzle Room.txtpb index 7bc110b..5754c71 100644 --- a/data/maps/the_lionized/rooms/Puzzle Room.txtpb +++ b/data/maps/the_lionized/rooms/Puzzle Room.txtpb @@ -5,56 +5,56 @@ panels { path: "Panels/entry_1" clue: "child" answer: "adult" - symbols: "age" + symbols: AGE } panels { name: "FIRE" path: "Panels/entry_2" clue: "fire" answer: "ash" - symbols: "age" + symbols: AGE } panels { name: "LIFE" path: "Panels/entry_3" clue: "life" answer: "death" - symbols: "age" + symbols: AGE } panels { name: "ROCK" path: "Panels/entry_4" clue: "rock" answer: "sand" - symbols: "age" + symbols: AGE } panels { name: "LION" path: "Panels/entry_5" clue: "lion" answer: "cub" - symbols: "age" + symbols: AGE } panels { name: "FROG" path: "Panels/entry_6" clue: "frog" answer: "tadpole" - symbols: "age" + symbols: AGE } panels { name: "PIG" path: "Panels/entry_7" clue: "pig" answer: "piglet" - symbols: "age" + symbols: AGE } panels { name: "GOAT" path: "Panels/entry_8" clue: "goat" answer: "kid" - symbols: "age" + symbols: AGE } ports { name: "ENTRY" -- cgit 1.4.1