HK: Fix typo in LEFTSLASH (#2027)
This commit is contained in:
parent
f2d0d1e895
commit
9d1a31004f
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue