Creating a separate copy_world_limited for OWR/ER purposes

This commit is contained in:
codemann8
2022-08-23 18:19:17 -05:00
parent 270d10b698
commit a7e9d6d43f
3 changed files with 21 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ def link_entrances(world, player):
Cave_Three_Exits = Cave_Three_Exits_Base.copy()
from OverworldShuffle import build_sectors
if not world.owsectors[player]:
if not world.owsectors[player] and world.shuffle[player] != 'vanilla':
world.owsectors[player] = build_sectors(world, player)
# modifications to lists