mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Add 10 bombs as an uncle weapon for standard.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user