python and super is super
This commit is contained in:
@@ -9,4 +9,4 @@ class FixedSpecialOrangeTarget(Target):
|
||||
super().__init__(100000, "Special Orange")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
super().hit()()
|
||||
Reference in New Issue
Block a user