Update roundend.dm
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user