From f0eebdd84f0899d629369c554c2025d3931cb6cc Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 15 Sep 2020 05:19:29 +0200 Subject: [PATCH] somehow total_items_to_place got desynced from item pool counts --- ItemPool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ItemPool.py b/ItemPool.py index 240055e1..05d7a51d 100644 --- a/ItemPool.py +++ b/ItemPool.py @@ -48,7 +48,7 @@ Difficulty = namedtuple('Difficulty', 'progressive_armor_limit', 'progressive_bottle_limit', 'progressive_bow_limit', 'heart_piece_limit', 'boss_heart_container_limit']) -total_items_to_place = 156 +total_items_to_place = 153 difficulties = { 'easy': Difficulty(