diff options
| author | Ava <[email protected]> | 2025-07-29 17:22:13 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-29 23:22:13 +0000 |
| commit | d64c3d6af8f9cc448e7a7b49257f5374f9e3a87c (patch) | |
| tree | 78ef2c800b940fa271a9613dc8e702d898b7a943 /packages/cli/src/ui/hooks | |
| parent | 327f915610406e4c159495eb734b3ffb0d32ffa4 (diff) | |
Add Starcraft ref to witty loading phrases (#5120)
Co-authored-by: Jacob Richman <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/hooks')
| -rw-r--r-- | packages/cli/src/ui/hooks/usePhraseCycler.ts | 1 |
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; |
