diff --git a/cheats/norecoil.py b/cheats/norecoil.py index e87371a..1ac957c 100644 --- a/cheats/norecoil.py +++ b/cheats/norecoil.py @@ -9,7 +9,7 @@ class Norecoil(Hack): # Control variable self.__old_punch = Vec() - def no_recoil(self) -> None: + def norecoil(self) -> None: # Aliases mem = self.pm offset = self.offsets diff --git a/cheats/radarhack.py b/cheats/radarhack.py index e999e8b..5c9201c 100644 --- a/cheats/radarhack.py +++ b/cheats/radarhack.py @@ -5,7 +5,7 @@ class Radarhack(Hack): def __init__(self, **kwargs) -> None: super().__init__(**kwargs) - def radar_hack(self) -> None: + def radarhack(self) -> None: # Aliases mem = self.pm offset = self.offsets