susu
This commit is contained in:
@@ -39,7 +39,7 @@ class GameState:
|
||||
self.checkHighscore()
|
||||
self.currentPlayer = next(self.players)
|
||||
Lamp("Highest Score").deactivate()
|
||||
if self.currentPlayer.hasHighScore:
|
||||
if self.currentPlayer.hasHighscore:
|
||||
Lamp("Highest Score").activate()
|
||||
|
||||
def checkHighscore(self):
|
||||
|
||||
Reference in New Issue
Block a user