Merge pull request #3779 from Citadel-Station-13/upstream-merge-32355

[MIRROR] Prints out cultist names at round end
This commit is contained in:
LetterJay
2017-11-04 22:40:58 -05:00
committed by GitHub
+4
View File
@@ -256,6 +256,10 @@
SSticker.news_report = CULT_FAILURE
text += "<br><B>Objective #[obj_count]</B>: [explanation]"
if(cult.len)
text += "<br><b>The cultists were:</b>"
for(var/datum/mind/M in cult)
text += printplayer(M)
to_chat(world, text)
..()
return 1