thiiiiings
This commit is contained in:
10
targets/bottom_lanes/RightOutlaneKickerTarget.py
Normal file
10
targets/bottom_lanes/RightOutlaneKickerTarget.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from targets.Target import Target
|
||||
|
||||
|
||||
class RightOutlaneKickerTarget(Target):
|
||||
def __init__(self):
|
||||
super(10000, "Right Outlane Kicker")
|
||||
#Scores 30000, 50000 when lit and advances 1-2-3-4-5 sequence
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
Reference in New Issue
Block a user