Fix starting flute logic

This commit is contained in:
aerinon
2023-03-31 09:29:01 -06:00
parent 6f18c4c4a5
commit d9c18407e4
2 changed files with 1 additions and 3 deletions

View File

@@ -252,6 +252,7 @@ def main(args, seed=None, fish=None):
set_rules(world, player)
district_item_pool_config(world)
dungeon_tracking(world)
fill_specific_items(world)
for player in range(1, world.players + 1):
if world.shopsanity[player]:
@@ -264,7 +265,6 @@ def main(args, seed=None, fish=None):
massage_item_pool(world)
if args.print_custom_yaml:
world.settings.record_item_pool(world)
dungeon_tracking(world)
logger.info(world.fish.translate("cli", "cli", "placing.dungeon.prizes"))
fill_prizes(world)