From 0f410208de046bc4bb608f911dc68fdcb3359531 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 1 Aug 2007 06:30:38 +0000 Subject: [PATCH] sanity check --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401244 --- core/ConCmdManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ConCmdManager.cpp b/core/ConCmdManager.cpp index 4d8ce2e1..d0cdebf7 100644 --- a/core/ConCmdManager.cpp +++ b/core/ConCmdManager.cpp @@ -882,7 +882,7 @@ void _YamState(int state) g_RootMenu.ConsolePrint("\"Welcome,\" he belches, \"to my lair.\""); g_RootMenu.ConsolePrint("Do you SHAKE Gaben's hand, WALK past him, or OFFER a donut?"); } else if (state == 3) { - g_RootMenu.ConsolePrint("You walk into the break room. Alfred \"Adolf\" Reynolds and"); + g_RootMenu.ConsolePrint("You walk into the break room. Alfred \"Alf is from Melmac\" Reynolds and"); g_RootMenu.ConsolePrint("Yahn \"Yeti\" Bernier are discussing something (you overhear "); g_RootMenu.ConsolePrint("the phrase \"and next Steam update, here's what we should break\")."); g_RootMenu.ConsolePrint("Should you DIE in a fire, REPORT a bug, REQUEST a feature, or ");