From 028a94acf6a1a0cd1090c779f5182431562008db Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 4 Apr 2023 11:06:18 +0200 Subject: [PATCH] remove underscores in cheat fn name --- cheats/norecoil.py | 2 +- cheats/radarhack.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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