summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAva <[email protected]>2025-07-29 17:22:13 -0600
committerGitHub <[email protected]>2025-07-29 23:22:13 +0000
commitd64c3d6af8f9cc448e7a7b49257f5374f9e3a87c (patch)
tree78ef2c800b940fa271a9613dc8e702d898b7a943
parent327f915610406e4c159495eb734b3ffb0d32ffa4 (diff)
Add Starcraft ref to witty loading phrases (#5120)
Co-authored-by: Jacob Richman <[email protected]>
-rw-r--r--packages/cli/src/ui/hooks/usePhraseCycler.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cli/src/ui/hooks/usePhraseCycler.ts b/packages/cli/src/ui/hooks/usePhraseCycler.ts
index dc0993f0..83d68601 100644
--- a/packages/cli/src/ui/hooks/usePhraseCycler.ts
+++ b/packages/cli/src/ui/hooks/usePhraseCycler.ts
@@ -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;