From db8074a64bfcb9e20f098fd2c4a793cd5dfa24bf Mon Sep 17 00:00:00 2001 From: izac112 Date: Wed, 27 May 2020 20:38:08 +0200 Subject: [PATCH] Update ticker.dm --- code/controllers/subsystems/ticker.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystems/ticker.dm b/code/controllers/subsystems/ticker.dm index 2d77a744e3..70ff36fb1b 100644 --- a/code/controllers/subsystems/ticker.dm +++ b/code/controllers/subsystems/ticker.dm @@ -183,7 +183,7 @@ var/global/datum/controller/subsystem/ticker/ticker if (S.name != "AI") qdel(S) to_world("Enjoy the game!") - world << sound('sound/AI/welcome.ogg') // Skie + world << sound('sound/AI/yawn/welcome.ogg') //YW EDIT: Custom message thanks to VerySoft //Holiday Round-start stuff ~Carn Holiday_Game_Start()