Refined crystal rules

This commit is contained in:
StructuralMike
2021-03-09 09:40:50 +01:00
parent 5b0f877310
commit f33d8a5279
6 changed files with 15 additions and 22 deletions

View File

@@ -691,7 +691,6 @@ class CollectionState(object):
def can_hit_crystal_through_barrier(self, player):
return (self.can_use_bombs(player)
or self.can_shoot_arrows(player)
or self.has_beam_sword(player)
or self.has('Blue Boomerang', player)
or self.has('Red Boomerang', player)
or self.has('Fire Rod', player)