Merge branch 'Ambrosia' into Bias

This commit is contained in:
aerinon
2021-09-16 16:15:10 -06:00
11 changed files with 79 additions and 77 deletions

View File

@@ -10,6 +10,7 @@ import time
import zlib
from BaseClasses import World, CollectionState, Item, Region, Location, Shop, Entrance, Settings
from Bosses import place_bosses
from Items import ItemFactory
from KeyDoorShuffle import validate_key_placement
from OverworldGlitchRules import create_owg_connections
@@ -31,7 +32,7 @@ from Utils import output_path, parse_player_names
from source.item.BiasedFill import create_item_pool_config, massage_item_pool
__version__ = '0.5.1.1-u'
__version__ = '1.0.0.1-u'
from source.classes.BabelFish import BabelFish
@@ -150,6 +151,7 @@ def main(args, seed=None, fish=None):
create_rooms(world, player)
create_dungeons(world, player)
adjust_locations(world, player)
place_bosses(world, player)
if any(world.potshuffle.values()):
logger.info(world.fish.translate("cli", "cli", "shuffling.pots"))