From 9d1a31004fe3d48ff74841e4aa84891cfb0e5d92 Mon Sep 17 00:00:00 2001 From: BadMagic100 Date: Mon, 24 Jul 2023 20:32:57 -0700 Subject: [PATCH] HK: Fix typo in LEFTSLASH (#2027) --- worlds/hk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/hk/__init__.py b/worlds/hk/__init__.py index 061f71ed..1a9d4b5d 100644 --- a/worlds/hk/__init__.py +++ b/worlds/hk/__init__.py @@ -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 (