python and super is super
This commit is contained in:
@@ -6,4 +6,4 @@ class LeftBankRightTarget(Target):
|
||||
super().__init__(100, 'Left Bank Right')
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
super().hit()()
|
||||
Reference in New Issue
Block a user