From 222fd69ef7f5ca5c636dd236a7fd5f6f30f95368 Mon Sep 17 00:00:00 2001 From: andi Date: Thu, 23 Jan 2020 21:55:27 +0100 Subject: [PATCH] update OutholeTarget.py --- src/targets/OutholeTarget.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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