Marking light/dark regions after OWR

This commit is contained in:
codemann8
2022-10-31 16:11:56 -05:00
parent 246006d394
commit 4639db8b2a

View File

@@ -187,6 +187,7 @@ def main(args, seed=None, fish=None):
link_overworld(world, player) link_overworld(world, player)
create_shops(world, player) create_shops(world, player)
update_world_regions(world, player) update_world_regions(world, player)
mark_light_dark_world_regions(world, player)
create_flute_exits(world, player) create_flute_exits(world, player)
logger.info(world.fish.translate("cli","cli","shuffling.world")) logger.info(world.fish.translate("cli","cli","shuffling.world"))