diff --git a/factories/TargetFactory.py b/factories/TargetFactory.py index c2593c3..c071a4f 100644 --- a/factories/TargetFactory.py +++ b/factories/TargetFactory.py @@ -1,3 +1,5 @@ +from targets import * + class TargetFactory: @staticmethod def createAllTargets(): diff --git a/targets/specials/SpecialRedTarget.py b/targets/specials/SpecialRedTarget.py index 3deb632..3a5d7e3 100644 --- a/targets/specials/SpecialRedTarget.py +++ b/targets/specials/SpecialRedTarget.py @@ -1,6 +1,5 @@ from Target import Target - # A standup target. When lit, it scores the Red Special (operator # adjustable) for Nothing, Extra Ball, Replay, Super Bonus, or 1,000,000 # points. Scores 10,000 points when not lit.