Add Starcraft ref to witty loading phrases (#5120)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
Ava
2025-07-29 17:22:13 -06:00
committed by GitHub
parent ed2b4c6aa4
commit 1a92614c84

View File

@@ -138,6 +138,7 @@ export const WITTY_LOADING_PHRASES = [
'Enhancing... Enhancing... Still loading.', 'Enhancing... Enhancing... Still loading.',
"It's not a bug, it's a feature... of this loading screen.", "It's not a bug, it's a feature... of this loading screen.",
'Have you tried turning it off and on again? (The loading screen, not me.)', 'Have you tried turning it off and on again? (The loading screen, not me.)',
'Constructing additional pylons...',
]; ];
export const PHRASE_CHANGE_INTERVAL_MS = 15000; export const PHRASE_CHANGE_INTERVAL_MS = 15000;