Add 10 bombs as an uncle weapon for standard.

This commit is contained in:
compiling 2020-03-15 11:09:34 +11:00
parent 5c0d34a65d
commit ab89f70fa3
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,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.has('Bombs (10)') and enemies < 6))
def can_shoot_arrows(self, player):
if self.world.retro: