about summary refs log tree commit diff homepage
path: root/brutalmaze/characters.py
diff options
context:
space:
mode:
Diffstat (limited to 'brutalmaze/characters.py')
-rw-r--r--brutalmaze/characters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/brutalmaze/characters.py b/brutalmaze/characters.py
index 7fa8c93..1c37be9 100644
--- a/brutalmaze/characters.py
+++ b/brutalmaze/characters.py
@@ -403,7 +403,7 @@ class ScarletRed(Enemy):
         return False
 
     def move(self):
-        return super().move(self, ENEMY_SPEED * SQRT2)
+        return super().move(ENEMY_SPEED * SQRT2)
 
     def slash(self):
         """Handle the Scarlet Red's close-range attack."""