Quieter title music is now played when the round ends

This commit is contained in:
Cyberboss
2017-08-19 21:37:14 -04:00
parent b6902b4040
commit 71ec0b26c2
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -465,6 +465,9 @@ SUBSYSTEM_DEF(ticker)
to_chat(world, "<BR><BR><BR><FONT size=3><B>The round has ended.</B></FONT>")
for(var/client/C in GLOB.clients)
C.playtitlemusic(40)
//Player status report
for(var/mob/Player in GLOB.mob_list)
if(Player.mind && !isnewplayer(Player))