Merge branch 'DoorDev' into DoorDevUnstable

This commit is contained in:
aerinon
2024-03-28 10:04:40 -06:00
5 changed files with 9 additions and 3 deletions

View File

@@ -1285,6 +1285,7 @@ def forbid_bomb_jump_requirements(world, player):
# Light cones in standard depend on which world we actually are in, not which one the location would normally be
# We add Lamp requirements only to those locations which lie in the dark world (or everything if open
DW_Entrances = ['Bumper Cave (Bottom)', 'Superbunny Cave (Top)', 'Superbunny Cave (Bottom)', 'Hookshot Cave', 'Bumper Cave (Top)', 'Hookshot Cave Back Entrance', 'Dark Death Mountain Ledge (East)',
@@ -1484,6 +1485,7 @@ kill_chests = {
def add_connection(parent_name, target_name, entrance_name, world, player):
parent = world.get_region(parent_name, player)
target = world.get_region(target_name, player)