Fixes lobby sound runtimes (#24351)

* Fixes lobby sound

* Duh

* Good suggestion
This commit is contained in:
AnturK
2017-02-27 00:39:49 +13:00
committed by oranges
parent d5df752c0e
commit 2f21bc58e9
3 changed files with 14 additions and 6 deletions
+8
View File
@@ -141,6 +141,14 @@
end_day = 2
begin_month = APRIL
/datum/holiday/april_fools/celebrate()
if(ticker)
ticker.login_music = 'sound/ambience/clown.ogg'
for(var/mob/new_player/P in mob_list)
if(P.client)
P.stopLobbySound()
P.client.playtitlemusic()
/datum/holiday/fourtwenty
name = "Four-Twenty"
begin_day = 20