about summary refs log tree commit diff stats
path: root/data/maps/the_entry
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-23 13:52:36 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-23 13:52:36 -0400
commit5916d54ed137a550f46bb802d345a64e9e05d1e9 (patch)
tree0380b7b88971931fd1312933107cc548e4fe86a0 /data/maps/the_entry
parent85bb3571d0d18fb4a58046c6615593963f66fb74 (diff)
downloadlingo2-archipelago-5916d54ed137a550f46bb802d345a64e9e05d1e9.tar.gz
lingo2-archipelago-5916d54ed137a550f46bb802d345a64e9e05d1e9.tar.bz2
lingo2-archipelago-5916d54ed137a550f46bb802d345a64e9e05d1e9.zip
Added the_crystalline
Diffstat (limited to 'data/maps/the_entry')
-rw-r--r--data/maps/the_entry/metadata.txtpb1
-rw-r--r--data/maps/the_entry/rooms/Starting Room.txtpb1
2 files changed, 2 insertions, 0 deletions
diff --git a/data/maps/the_entry/metadata.txtpb b/data/maps/the_entry/metadata.txtpb index a4ba26f..d969c68 100644 --- a/data/maps/the_entry/metadata.txtpb +++ b/data/maps/the_entry/metadata.txtpb
@@ -14,4 +14,5 @@ excluded_nodes: "Panels/Entry/entry_proxied_fake"
14# The gift map entrance is created by the mod. 14# The gift map entrance is created by the mod.
15custom_nodes: "Components/GiftMapEntrance/IcelyPanel" 15custom_nodes: "Components/GiftMapEntrance/IcelyPanel"
16custom_nodes: "Components/GiftMapEntrance/Panel" 16custom_nodes: "Components/GiftMapEntrance/Panel"
17custom_nodes: "Components/GiftMapEntrance/QPanel"
17custom_nodes: "Components/GiftMapEntrance/SouveyPanel" 18custom_nodes: "Components/GiftMapEntrance/SouveyPanel"
diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index e019aa3..a1f3dbf 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb
@@ -56,6 +56,7 @@ panels {
56 # for fun. 56 # for fun.
57 symbols: QUESTION 57 symbols: QUESTION
58 proxies { answer: "icely" path: "Components/GiftMapEntrance/IcelyPanel" } 58 proxies { answer: "icely" path: "Components/GiftMapEntrance/IcelyPanel" }
59 proxies { answer: "q" path: "Components/GiftMapEntrance/QPanel" }
59 proxies { answer: "souvey" path: "Components/GiftMapEntrance/SouveyPanel" } 60 proxies { answer: "souvey" path: "Components/GiftMapEntrance/SouveyPanel" }
60 required_door { name: "Gift Maps Entrance" } 61 required_door { name: "Gift Maps Entrance" }
61} 62}