HK: Fix typo in LEFTSLASH (#2027)

This commit is contained in:
BadMagic100
2023-07-24 20:32:57 -07:00
committed by GitHub
parent f2d0d1e895
commit 9d1a31004f

View File

@@ -665,7 +665,7 @@ class HKLogicMixin(LogicMixin):
return self.multiworld.StartLocation[player] == start_location
def _hk_nail_combat(self, player: int) -> bool:
return self.has_any({'LFFTSLASH', 'RIGHTSLASH', 'UPSLASH'}, player)
return self.has_any({'LEFTSLASH', 'RIGHTSLASH', 'UPSLASH'}, player)
def _hk_can_beat_thk(self, player: int) -> bool:
return (