Update ticker.dm

This commit is contained in:
Razgriz
2020-07-13 16:22:19 -07:00
committed by GitHub
parent 62551d7fda
commit feba76fa68

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/yawn/welcome.ogg') //YW EDIT: Custom message thanks to VerySoft
world << sound('sound/AI/welcome.ogg') //CHOMPEdit: Reverted to default welcome from Yawn edit
//Holiday Round-start stuff ~Carn
Holiday_Game_Start()