Added vanilla info for created regions and fixed initial errors.
This commit is contained in:
7
Main.py
7
Main.py
@@ -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.')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user