deactivate lamps
This commit is contained in:
@@ -48,7 +48,8 @@ class GameState:
|
||||
logging.info("Set active player to player " + str(player.id))
|
||||
|
||||
self._currentPlayer = self.dummyPlayer
|
||||
PLAYER_LAMPS.cycle()
|
||||
PLAYER_LAMPS.deactivate()
|
||||
PLAYER_LAMPS.activate_one(player.id)
|
||||
|
||||
player.activate()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user