Files
flippr-game/targets/technical/OutholeTarget.py
Jonas Zeunert a024f99f19 fuck super
2020-03-12 00:21:47 +01:00

9 lines
169 B
Python

from Target import Target
class OutholeTarget(Target):
def __init__(self):
super().__init__(100, 'Outhole')
def hit(self):
super.hit()