diff --git a/src/targets/OutholeTarget.py b/src/targets/OutholeTarget.py index fc2c11e..45c0fe9 100644 --- a/src/targets/OutholeTarget.py +++ b/src/targets/OutholeTarget.py @@ -1,7 +1,6 @@ class OutholeTarget(Target): def __init__(self): - self.points = 100 - super(points) + super(100, 'Outhole Target') def hit(self): super.hit() \ No newline at end of file