Merged in DR v1.2.0.14 (2nd)

This commit is contained in:
codemann8
2023-04-07 12:04:12 -05:00
parent c2b3d8ce6c
commit 793f3b30b0
28 changed files with 633 additions and 618 deletions

View File

@@ -267,6 +267,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]:
@@ -279,7 +280,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)