fuck super

This commit is contained in:
Jonas Zeunert
2020-03-12 00:21:47 +01:00
parent 8b94d32bac
commit a024f99f19
39 changed files with 39 additions and 39 deletions

View File

@@ -6,7 +6,7 @@ from targets.right_bank import RightBankRight
class RightBank(Bank):
def __init__(self):
targets = [RightBankLeft(), RightBankMiddle(), RightBankRight]
super(0, "Right Bank", targets)
super().__init__(0, "Right Bank", targets)
def hit(self):
super.hit()