This commit is contained in:
Jonas Zeunert
2022-09-03 14:25:25 +02:00
parent 93b5cf3465
commit db8075016c

View File

@@ -230,7 +230,7 @@ class PlayerState:
if self.orangeSpecialLit:
Sound(21).play()
time.sleep(0.7)
time.sleep(0.9)
Sound(20).play()
Lamp("Special Orange").activate()
@@ -243,7 +243,7 @@ class PlayerState:
if self.redSpecial == config.RED_SPECIAL_TIMES:
Sound(21).play()
time.sleep(0.7)
time.sleep(0.9)
Sound(20).play()
self.redSpecialLit = True
Lamp("Special Red").activate()