Rename Bottles for better display in spoiler logs
This commit is contained in:
@@ -337,7 +337,7 @@ class CollectionState(object):
|
||||
return self.has('Power Glove') or self.has('Titans Mitts')
|
||||
|
||||
def has_bottle(self):
|
||||
return self.has('Bottle') or self.has('BottleRedPotion') or self.has('BottleGreenPotion') or self.has('BottleBluePotion') or self.has('BottleFairy') or self.has('BottleBee') or self.has('BottleGoodBee')
|
||||
return self.has('Bottle') or self.has('Bottle (Red Potion)') or self.has('Bottle (Green Potion)') or self.has('Bottle (Blue Potion)') or self.has('Bottle (Fairy)') or self.has('Bottle (Bee)') or self.has('Bottle (Good Bee)')
|
||||
|
||||
def can_lift_heavy_rocks(self):
|
||||
return self.has('Titans Mitts')
|
||||
|
||||
Reference in New Issue
Block a user