Add a joke to usePhraseCycler.ts (#10685)

Co-authored-by: Jacob Richman <jacobr@google.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
Matt Rixman
2025-10-09 16:11:36 -06:00
committed by GitHub
parent 21062dd30e
commit d190188aaf

View File

@@ -136,6 +136,7 @@ export const WITTY_LOADING_PHRASES = [
'Have you tried turning it off and on again? (The loading screen, not me.)',
'Constructing additional pylons...',
'New line? Thats Ctrl+J.',
'Releasing the HypnoDrones...',
];
export const PHRASE_CHANGE_INTERVAL_MS = 15000;