summary refs log tree commit diff stats
path: root/data/maps/the_hive/rooms/Room 8.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-20 16:23:58 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-20 16:23:58 -0400
commit9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 (patch)
tree43b96868c78ee7e42d778f838006b2cb77d28603 /data/maps/the_hive/rooms/Room 8.txtpb
parent8c3428b900e1696c3c3edcc5fb513988ddbe8c41 (diff)
downloadlingo2-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_hive/rooms/Room 8.txtpb')
-rw-r--r--data/maps/the_hive/rooms/Room 8.txtpb8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/the_hive/rooms/Room 8.txtpb b/data/maps/the_hive/rooms/Room 8.txtpb index 6ba5d1d..e8cbb60 100644 --- a/data/maps/the_hive/rooms/Room 8.txtpb +++ b/data/maps/the_hive/rooms/Room 8.txtpb
@@ -5,26 +5,26 @@ panels {
5 path: "Panels/Room 8/panel_1" 5 path: "Panels/Room 8/panel_1"
6 clue: "bumble" 6 clue: "bumble"
7 answer: "bee" 7 answer: "bee"
8 symbols: "question" 8 symbols: QUESTION
9} 9}
10panels { 10panels {
11 name: "CARPENTER" 11 name: "CARPENTER"
12 path: "Panels/Room 8/panel_2" 12 path: "Panels/Room 8/panel_2"
13 clue: "carpenter" 13 clue: "carpenter"
14 answer: "bee" 14 answer: "bee"
15 symbols: "question" 15 symbols: QUESTION
16} 16}
17panels { 17panels {
18 name: "CLOVER" 18 name: "CLOVER"
19 path: "Panels/Room 8/panel_3" 19 path: "Panels/Room 8/panel_3"
20 clue: "clover" 20 clue: "clover"
21 answer: "honey" 21 answer: "honey"
22 symbols: "question" 22 symbols: QUESTION
23} 23}
24panels { 24panels {
25 name: "WILDFLOWER" 25 name: "WILDFLOWER"
26 path: "Panels/Room 8/panel_4" 26 path: "Panels/Room 8/panel_4"
27 clue: "wildflower" 27 clue: "wildflower"
28 answer: "honey" 28 answer: "honey"
29 symbols: "question" 29 symbols: QUESTION
30} 30}