Added note of what occupation the guy had at endround stats

This commit is contained in:
Daniel
2014-09-10 12:13:26 +02:00
parent 89aebe05b9
commit 5b82b44c0e
3 changed files with 3 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ var/list/possible_changeling_IDs = list("Alpha","Beta","Gamma","Delta","Epsilon"
for(var/datum/mind/changeling in changelings)
var/changelingwin = 1
text += "<br><b>[changeling.key]</b> was <b>[changeling.name]</b> ("
text += "<br><b>[changeling.key]</b> was <b>[changeling.name]</b>. Joined as <b>[changeling.assigned_role]</b> ("
if(changeling.current)
if(changeling.current.stat == DEAD)
text += "died"

View File

@@ -376,7 +376,7 @@
var/text = "<br><font size=3><b>The cultists were:</b></font>"
for(var/datum/mind/cultist in cult)
text += "<br><b>[cultist.key]</b> was <b>[cultist.name]</b> ("
text += "<br><b>[cultist.key]</b> was <b>[cultist.name]</b>. Joined as <b>[cultist.assigned_role]</b> ("
if(cultist.current)
if(cultist.current.stat == DEAD)
text += "died"

View File

@@ -204,7 +204,7 @@
for(var/datum/mind/traitor in traitors)
var/traitorwin = 1
text += "<br><b>[traitor.key]</b> was <b>[traitor.name]</b> ("
text += "<br><b>[traitor.key]</b> was <b>[traitor.name]</b>. Joined as <b>[traitor.assigned_role]</b> ("
if(traitor.current)
if(traitor.current.stat == DEAD)
text += "died"