mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
Fixes lobby sound runtimes (#24351)
* Fixes lobby sound * Duh * Good suggestion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user