Merge pull request #3644 from Crazylemon64/who_panel_elucidation

New players no longer show up as dead under an admin's who
This commit is contained in:
Fox McCloud
2016-02-20 15:29:49 -05:00
+2
View File
@@ -24,6 +24,8 @@
entry += " - <font color='gray'>Observing</font>"
else
entry += " - <font color='black'><b>DEAD</b></font>"
else if (istype(C.mob, /mob/new_player))
entry += " - <font color='green'>New Player</font>"
else
entry += " - <font color='black'><b>DEAD</b></font>"