asdfwaef
This commit is contained in:
@@ -30,12 +30,10 @@ class StartGameEvent(Event):
|
||||
if self.gameState.isStarted:
|
||||
return
|
||||
|
||||
if not self.gameState.isIdle:
|
||||
return
|
||||
|
||||
super().trigger(target)
|
||||
|
||||
self.gameState.stopIdleLoop()
|
||||
if self.gameState.isIdle:
|
||||
self.gameState.stopIdleLoop()
|
||||
|
||||
if self.timer is None:
|
||||
PLAYER_LAMPS.deactivate()
|
||||
|
||||
Reference in New Issue
Block a user