Add 10 bombs as an uncle weapon for standard.
This commit is contained in:
parent
5c0d34a65d
commit
ab89f70fa3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue