From 481e34d2f06b71d428e57d00cb98d074c3f4811c Mon Sep 17 00:00:00 2001 From: aerinon Date: Thu, 6 Jan 2022 16:22:56 -0700 Subject: [PATCH] Minor fix for bombbag + TFH --- source/item/FillUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/item/FillUtil.py b/source/item/FillUtil.py index 70fd329f..44e18108 100644 --- a/source/item/FillUtil.py +++ b/source/item/FillUtil.py @@ -345,7 +345,7 @@ def count_major_items(world, player): if world.goal == 'triforcehunt': major_item_set += world.triforce_pool[player] if world.bombbag[player]: - major_item_set += world.triforce_pool[player] + major_item_set += 2 if world.swords[player] != "random": if world.swords[player] == 'assured': major_item_set -= 1