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 327f915610
commit d64c3d6af8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ export const WITTY_LOADING_PHRASES = [
'Enhancing... Enhancing... Still loading.',
"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.)',
'Constructing additional pylons...',
];
export const PHRASE_CHANGE_INTERVAL_MS = 15000;