diff --git a/PlayerState.py b/PlayerState.py index 09a53fa..10fcb20 100644 --- a/PlayerState.py +++ b/PlayerState.py @@ -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()