Undertale: Logic fixes (#2436)

This commit is contained in:
Mewlif
2023-11-08 12:50:29 -05:00
committed by GitHub
parent 03e1c45d71
commit 504d09daf6
2 changed files with 14 additions and 8 deletions

View File

@@ -24,6 +24,7 @@ undertale_regions = [
("True Lab", []),
("Core", ["Core Exit"]),
("New Home", ["New Home Exit"]),
("Last Corridor", ["Last Corridor Exit"]),
("Barrier", []),
]
@@ -40,7 +41,8 @@ mandatory_connections = [
("News Show Entrance", "News Show"),
("Lab Elevator", "True Lab"),
("Core Exit", "New Home"),
("New Home Exit", "Barrier"),
("New Home Exit", "Last Corridor"),
("Last Corridor Exit", "Barrier"),
("Snowdin Hub", "Snowdin Forest"),
("Waterfall Hub", "Waterfall"),
("Hotland Hub", "Hotland"),