Custom welcome messages thanks to VerySoft

This commit is contained in:
izac112
2020-05-21 22:17:32 +02:00
parent 4fa6c118af
commit e16bd93416
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ var/global/datum/controller/subsystem/ticker/ticker
if (S.name != "AI")
qdel(S)
to_world("<span class='boldannounce notice'><em>Enjoy the game!</em></span>")
world << sound('sound/AI/welcome.ogg') // Skie
world << sound('sound/AI/welcome_yawn.ogg') // Skie //YW EDIT: Custom welcome messages thanks to VerySoft
//Holiday Round-start stuff ~Carn
Holiday_Game_Start()