diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 16:23:58 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 16:23:58 -0400 |
commit | 9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 (patch) | |
tree | 43b96868c78ee7e42d778f838006b2cb77d28603 /data/maps/the_great/rooms/Maze Wreck Area.txtpb | |
parent | 8c3428b900e1696c3c3edcc5fb513988ddbe8c41 (diff) | |
download | lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.gz lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.bz2 lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.zip |
Converted puzzle symbols to an enum
Diffstat (limited to 'data/maps/the_great/rooms/Maze Wreck Area.txtpb')
-rw-r--r-- | data/maps/the_great/rooms/Maze Wreck Area.txtpb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/the_great/rooms/Maze Wreck Area.txtpb b/data/maps/the_great/rooms/Maze Wreck Area.txtpb index bea3fca..6808fc2 100644 --- a/data/maps/the_great/rooms/Maze Wreck Area.txtpb +++ b/data/maps/the_great/rooms/Maze Wreck Area.txtpb | |||
@@ -5,7 +5,7 @@ panels { | |||
5 | path: "Panels/Maze/maze_8" | 5 | path: "Panels/Maze/maze_8" |
6 | clue: "wreck" | 6 | clue: "wreck" |
7 | answer: "ruin" | 7 | answer: "ruin" |
8 | symbols: "sun" | 8 | symbols: SUN |
9 | } | 9 | } |
10 | panels { | 10 | panels { |
11 | # This is behind a teal wall. | 11 | # This is behind a teal wall. |
@@ -13,5 +13,5 @@ panels { | |||
13 | path: "Panels/General/teal_1" | 13 | path: "Panels/General/teal_1" |
14 | clue: "maroon" | 14 | clue: "maroon" |
15 | answer: "teal" | 15 | answer: "teal" |
16 | symbols: "sun" | 16 | symbols: SUN |
17 | } | 17 | } |