Added vanilla info for created regions and fixed initial errors.

This commit is contained in:
randall.rupper
2019-08-22 14:49:23 -06:00
parent ad3770e534
commit f2974cf769
2 changed files with 90 additions and 7 deletions

View File

@@ -55,11 +55,10 @@ def main(args, seed=None):
create_doors(world, player)
create_dungeons(world, player)
# Uncomment to try to shuffle stuff
# logger.info('Shuffling dungeons')
logger.info('Shuffling dungeons')
# for player in range(1, world.players + 1):
# link_doors(world, player)
for player in range(1, world.players + 1):
link_doors(world, player)
logger.info('Shuffling the World about.')