Merge branch 'DoorDev' into DoorDevUnstable
This commit is contained in:
2
Rules.py
2
Rules.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user