Minor fix for bombbag + TFH
This commit is contained in:
@@ -345,7 +345,7 @@ def count_major_items(world, player):
|
|||||||
if world.goal == 'triforcehunt':
|
if world.goal == 'triforcehunt':
|
||||||
major_item_set += world.triforce_pool[player]
|
major_item_set += world.triforce_pool[player]
|
||||||
if world.bombbag[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] != "random":
|
||||||
if world.swords[player] == 'assured':
|
if world.swords[player] == 'assured':
|
||||||
major_item_set -= 1
|
major_item_set -= 1
|
||||||
|
|||||||
Reference in New Issue
Block a user