Add Starcraft ref to witty loading phrases (#5120)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
parent
327f915610
commit
d64c3d6af8
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue