mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
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
This commit is contained in:
@@ -116,7 +116,7 @@ var/global/datum/controller/gameticker/ticker
|
|||||||
if (S.name != "AI")
|
if (S.name != "AI")
|
||||||
del(S)
|
del(S)
|
||||||
world << "<FONT color='blue'><B>Enjoy the game!</B></FONT>"
|
world << "<FONT color='blue'><B>Enjoy the game!</B></FONT>"
|
||||||
// world << sound('sound/AI/welcome.ogg') // Skie
|
world << sound('sound/AI/welcome.ogg') // Skie
|
||||||
//Holiday Round-start stuff ~Carn
|
//Holiday Round-start stuff ~Carn
|
||||||
Holiday_Game_Start()
|
Holiday_Game_Start()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user