This commit is contained in:
Jonas Zeunert
2022-06-02 21:28:44 +02:00
parent 3d2008dc4d
commit cfdcbcb5bd
17 changed files with 28 additions and 28 deletions

View File

@@ -11,4 +11,4 @@ class EnterUpperPlayfieldEvent(Event):
def trigger(self, target):
super().trigger(target)
self.flipper.activate()
self.gameState.playerState.startUpperPlayfieldTimer()
self.gameState.currentPlayer.startUpperPlayfieldTimer()