Very much done
This commit is contained in:
@@ -2,7 +2,7 @@ from Target import Target
|
||||
|
||||
class OutholeTarget(Target):
|
||||
def __init__(self):
|
||||
super().__init__(100, 'Outhole')
|
||||
super().__init__(0, 'Outhole')
|
||||
|
||||
def hit(self):
|
||||
super().hit()
|
||||
|
||||
Reference in New Issue
Block a user