From 382110362aaa63410bf9567c8245e295493a9dc0 Mon Sep 17 00:00:00 2001 From: toaster Date: Fri, 22 Mar 2024 15:24:52 +0000 Subject: [PATCH] Profiles segment of Goner: Direct people to the Accessibility options *just* before you open up a Profile Card for the first time --- src/menus/main-goner.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/menus/main-goner.cpp b/src/menus/main-goner.cpp index 9085d517d..be2569c73 100644 --- a/src/menus/main-goner.cpp +++ b/src/menus/main-goner.cpp @@ -615,8 +615,13 @@ void M_AddGonerLines(void) LinesToDigest.emplace_front(GONERSPEAKER_EGGMAN, TICRATE/5, "Mine says \"Robotnik\". You can't beat a classic."); + LinesToDigest.emplace_front(GONERSPEAKER_TAILS, TICRATE/2, + "And I'm not sure if you'll need it, but we always tell new drivers to "\ + "look at the ""\x87""Accessibility""\x80"" settings. Often there's some "\ + "feature they're not expecting. Maybe you'd be surprised too?"); + LinesToDigest.emplace_front(GONERSPEAKER_TAILS, 0, - "Go on, do your ""\x87""Profile Setup""\x80""!"); + "So go on, do your ""\x87""Profile Setup""\x80""!"); break; }