update OutholeTarget.py

This commit is contained in:
andi
2020-01-23 21:55:27 +01:00
parent 9007f959a1
commit 222fd69ef7

View File

@@ -1,7 +1,6 @@
class OutholeTarget(Target): class OutholeTarget(Target):
def __init__(self): def __init__(self):
self.points = 100 super(100, 'Outhole Target')
super(points)
def hit(self): def hit(self):
super.hit() super.hit()