mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
HK: Fix typo in LEFTSLASH (#2027)
This commit is contained in:
@@ -665,7 +665,7 @@ class HKLogicMixin(LogicMixin):
|
|||||||
return self.multiworld.StartLocation[player] == start_location
|
return self.multiworld.StartLocation[player] == start_location
|
||||||
|
|
||||||
def _hk_nail_combat(self, player: int) -> bool:
|
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:
|
def _hk_can_beat_thk(self, player: int) -> bool:
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user