python and super is super
This commit is contained in:
@@ -5,4 +5,4 @@ class TopBankMiddleRightTarget(BankTarget):
|
||||
super().__init__(100, "Top Bank Middle Right")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
super().hit()()
|
||||
Reference in New Issue
Block a user