Update roundend.dm

This commit is contained in:
LetterJay
2017-12-20 00:08:37 -06:00
committed by GitHub
parent dfa53390df
commit 8a1ed70888
+3 -3
View File
@@ -71,10 +71,10 @@
if(LAZYLEN(GLOB.round_end_notifiees))
send2irc("Notice", "[GLOB.round_end_notifiees.Join(", ")] the round has ended.")
for(var/client/C in GLOB.clients)
/*for(var/client/C in GLOB.clients)
if(!C.credits)
C.RollCredits()
C.playtitlemusic(40)
C.playtitlemusic(40)*/
display_report()
@@ -409,4 +409,4 @@
else
objective_parts += "<b>Objective #[count]</b>: [objective.explanation_text] <span class='redtext'>Fail.</span>"
count++
return objective_parts.Join("<br>")
return objective_parts.Join("<br>")