diff --git a/events/StartBallEvent.py b/events/StartBallEvent.py index ced94b7..2bf6c2c 100644 --- a/events/StartBallEvent.py +++ b/events/StartBallEvent.py @@ -14,7 +14,8 @@ class StartBallEvent(Event): if self.gameState.isPlaying or not self.gameState.isStarted: return - self.gameState.isPlaying = True + self.gameState.isPlaying = True + super().trigger(target) self.flipper.activate() OutHoleSolenoid().trigger()