Who is cool again. Also, observers aren't ghosts. (And I hate pointless whitespace.)

This commit is contained in:
Fayrik
2015-07-27 02:26:59 +01:00
parent c9870a0fef
commit b67068b5c5
2 changed files with 37 additions and 7 deletions
+5 -1
View File
@@ -264,7 +264,11 @@
M_job = "New player"
else if(isobserver(M))
M_job = "Ghost"
var/mob/dead/observer/O = M
if(O.started_as_observer)//Did they get BTFO or are they just not trying?
M_job = "Observer"
else
M_job = "Ghost"
var/M_name = html_encode(M.name)
var/M_rname = html_encode(M.real_name)