Added targets - not finished yet

This commit is contained in:
Jonas Zeunert
2020-01-23 22:24:03 +01:00
parent 222fd69ef7
commit c0e9b8f319
17 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
from Target import Target
# A standup target. When lit, it scores the Orange Special (operator
# adjustable) for Nothing, Extra Ball, Replay, Super Bonus, or 300,000
# points. Scores 100,000 points when not lit.
class FixedSpecialOrangeTarget(Target):
def __init__(self):
super(100000, "Fixed Special Orange")
def hit(self):
super.hit()