From d64c3d6af8f9cc448e7a7b49257f5374f9e3a87c Mon Sep 17 00:00:00 2001 From: Ava <6314286+ava-cassiopeia@users.noreply.github.com> Date: Tue, 29 Jul 2025 17:22:13 -0600 Subject: [PATCH] Add Starcraft ref to witty loading phrases (#5120) Co-authored-by: Jacob Richman --- packages/cli/src/ui/hooks/usePhraseCycler.ts | 1 + 1 file changed, 1 insertion(+) 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;