Prints out cultist names at round end (#32355)

This commit is contained in:
KorPhaeron
2017-11-03 15:22:34 -05:00
committed by CitadelStationBot
parent 910e6b6396
commit 7b46801c35
+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