This commit is contained in:
Jonas Zeunert
2022-08-30 19:29:23 +02:00
parent b093454ccd
commit 1b13b24d89

View File

@@ -14,6 +14,7 @@ class StartBallEvent(Event):
if self.gameState.isPlaying or not self.gameState.isStarted:
return
self.gameState.isPlaying = True
super().trigger(target)
self.flipper.activate()
OutHoleSolenoid().trigger()