mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
Added note of what occupation the guy had at endround stats
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user