From fba6bd2e9918af23358f93a48f90de81b07bbd85 Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Sat, 3 Sep 2022 15:17:14 +0200 Subject: [PATCH] suu --- PlayerState.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlayerState.py b/PlayerState.py index 91aaf5a..5a4c3c3 100644 --- a/PlayerState.py +++ b/PlayerState.py @@ -267,7 +267,7 @@ class PlayerState: try: self.tunnelScore = next(self.tunnelScoreIter) TUNNEL_SCORE_LAMPS.deactivateCurrent() - TUNNEL_SCORE_LAMPS.currentLamp += 1 # dirty + TUNNEL_SCORE_LAMPS.currentLampPtr += 1 # dirty TUNNEL_SCORE_LAMPS.activateNext() except StopIteration: self.advanceBonusMultiplier()