From ab89f70fa38a32958bc19a007efe413366e680ac Mon Sep 17 00:00:00 2001 From: compiling <8335770+compiling@users.noreply.github.com> Date: Sun, 15 Mar 2020 11:09:34 +1100 Subject: [PATCH] Add 10 bombs as an uncle weapon for standard. --- BaseClasses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseClasses.py b/BaseClasses.py index 8e46cffc..d3c039fa 100644 --- a/BaseClasses.py +++ b/BaseClasses.py @@ -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: