suu
This commit is contained in:
@@ -267,7 +267,7 @@ class PlayerState:
|
|||||||
try:
|
try:
|
||||||
self.tunnelScore = next(self.tunnelScoreIter)
|
self.tunnelScore = next(self.tunnelScoreIter)
|
||||||
TUNNEL_SCORE_LAMPS.deactivateCurrent()
|
TUNNEL_SCORE_LAMPS.deactivateCurrent()
|
||||||
TUNNEL_SCORE_LAMPS.currentLamp += 1 # dirty
|
TUNNEL_SCORE_LAMPS.currentLampPtr += 1 # dirty
|
||||||
TUNNEL_SCORE_LAMPS.activateNext()
|
TUNNEL_SCORE_LAMPS.activateNext()
|
||||||
except StopIteration:
|
except StopIteration:
|
||||||
self.advanceBonusMultiplier()
|
self.advanceBonusMultiplier()
|
||||||
|
|||||||
Reference in New Issue
Block a user