timing
This commit is contained in:
@@ -230,7 +230,7 @@ class PlayerState:
|
|||||||
|
|
||||||
if self.orangeSpecialLit:
|
if self.orangeSpecialLit:
|
||||||
Sound(21).play()
|
Sound(21).play()
|
||||||
time.sleep(0.7)
|
time.sleep(0.9)
|
||||||
Sound(20).play()
|
Sound(20).play()
|
||||||
Lamp("Special Orange").activate()
|
Lamp("Special Orange").activate()
|
||||||
|
|
||||||
@@ -243,7 +243,7 @@ class PlayerState:
|
|||||||
|
|
||||||
if self.redSpecial == config.RED_SPECIAL_TIMES:
|
if self.redSpecial == config.RED_SPECIAL_TIMES:
|
||||||
Sound(21).play()
|
Sound(21).play()
|
||||||
time.sleep(0.7)
|
time.sleep(0.9)
|
||||||
Sound(20).play()
|
Sound(20).play()
|
||||||
self.redSpecialLit = True
|
self.redSpecialLit = True
|
||||||
Lamp("Special Red").activate()
|
Lamp("Special Red").activate()
|
||||||
|
|||||||
Reference in New Issue
Block a user