Initial check-in for ER rewrite

This commit is contained in:
codemann8
2021-10-14 22:13:47 -05:00
parent 9d7663c648
commit 600ea25003
3 changed files with 678 additions and 1553 deletions

View File

@@ -513,7 +513,9 @@ def copy_world(world):
connect_portal(portal, ret, player)
ret.sanc_portal = world.sanc_portal
from OverworldShuffle import categorize_world_regions
for player in range(1, world.players + 1):
categorize_world_regions(ret, player)
set_rules(ret, player)
return ret