Rename Bottles for better display in spoiler logs

This commit is contained in:
Kevin Cathcart
2017-11-18 20:56:45 -05:00
parent 9d4d3b8456
commit 8158f5793d
3 changed files with 9 additions and 9 deletions

View File

@@ -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')