Creating a separate copy_world_limited for OWR/ER purposes
This commit is contained in:
1
Main.py
1
Main.py
@@ -659,6 +659,7 @@ def copy_world_limited(world):
|
|||||||
entrance = ret.check_for_entrance(door.name, door.player)
|
entrance = ret.check_for_entrance(door.name, door.player)
|
||||||
if entrance is not None:
|
if entrance is not None:
|
||||||
entrance.door = door
|
entrance.door = door
|
||||||
|
door.entrance = entrance
|
||||||
ret.key_logic = world.key_logic.copy()
|
ret.key_logic = world.key_logic.copy()
|
||||||
|
|
||||||
from OverworldShuffle import categorize_world_regions
|
from OverworldShuffle import categorize_world_regions
|
||||||
|
|||||||
Reference in New Issue
Block a user