durchnander wird immer schlimmer

This commit is contained in:
Jonas Zeunert
2022-06-06 22:30:29 +02:00
parent d2e30aed7b
commit 54430116be
2 changed files with 2 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ class EndBallEvent(Event):
self.gameState.currentPlayer.removeBall()
self.scorePoints()
self.gameState.currentPlayer.reset()
self.gameState.currentPlayer.deactivate()
if self.gameState.currentPlayer.ballsLeft == 0:
EndGameEvent().trigger(None)