From bc51528d7d65a7f4aea81d2f8b0f3622d90e2918 Mon Sep 17 00:00:00 2001 From: "giacomand@gmail.com" Date: Mon, 15 Oct 2012 18:44:29 +0000 Subject: [PATCH] This commit is so it is possible to get a secret AI running without it being announced. -Removed the "X is your AI." message and the sound that played. (I accidentally committed it before asking carn for permission, so it won't show up here but I just commented out the sound() and the world << message.) -Uncommented the old welcome message for game start. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4885 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/gamemodes/gameticker.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/gameticker.dm b/code/game/gamemodes/gameticker.dm index b46eb7df7d4..b8ad0ff18f4 100644 --- a/code/game/gamemodes/gameticker.dm +++ b/code/game/gamemodes/gameticker.dm @@ -116,7 +116,7 @@ var/global/datum/controller/gameticker/ticker if (S.name != "AI") del(S) world << "Enjoy the game!" -// world << sound('sound/AI/welcome.ogg') // Skie + world << sound('sound/AI/welcome.ogg') // Skie //Holiday Round-start stuff ~Carn Holiday_Game_Start()