New players no longer show up as dead under an admin's who

This commit is contained in:
Crazylemon64
2016-02-19 05:12:33 -08:00
parent ca16364849
commit fecedbc391
+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>"