somehow total_items_to_place got desynced from item pool counts

This commit is contained in:
Fabian Dill 2020-09-15 05:19:29 +02:00
parent 1fc368da1f
commit f0eebdd84f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Difficulty = namedtuple('Difficulty',
'progressive_armor_limit', 'progressive_bottle_limit', 'progressive_armor_limit', 'progressive_bottle_limit',
'progressive_bow_limit', 'heart_piece_limit', 'boss_heart_container_limit']) 'progressive_bow_limit', 'heart_piece_limit', 'boss_heart_container_limit'])
total_items_to_place = 156 total_items_to_place = 153
difficulties = { difficulties = {
'easy': Difficulty( 'easy': Difficulty(