Small boss rule

This commit is contained in:
StructuralMike
2021-03-04 23:46:19 +01:00
parent 464dd652c6
commit a21423ee9c
2 changed files with 2 additions and 3 deletions

View File

@@ -685,8 +685,7 @@ class CollectionState(object):
or (self.has('Cane of Byrna', player) and (enemies < 6 or self.can_extend_magic(player)))
or self.can_shoot_arrows(player)
or self.has('Fire Rod', player)
or (self.can_use_bombs(player) and enemies < 6)
)
)
def can_use_bombs(self, player):
return (self.has('Bomb Upgrade (+10)', player) or not self.world.futuro[player])