typo
This commit is contained in:
@@ -5,7 +5,7 @@ from targets.right_bank import RightBankRightTarget
|
|||||||
|
|
||||||
class RightBank(Bank):
|
class RightBank(Bank):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
targets = [RightBankLeftTarget(), RightBankMiddleTarget(), RightBankRightTarget]
|
targets = [RightBankLeftTarget(), RightBankMiddleTarget(), RightBankRightTarget()]
|
||||||
super().__init__(0, "Right Bank", targets)
|
super().__init__(0, "Right Bank", targets)
|
||||||
|
|
||||||
def hit(self):
|
def hit(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user