diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index 64dd06d7c23..49cb49d38b6 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -71,7 +71,8 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp if(key) var/mob/dead/observer/ghost = new(src) ghost.key = key - ghost.timeofdeath = timeofdeath + if(timeofdeath) + ghost.timeofdeath = timeofdeath verbs -= /mob/proc/ghost if (ghost.client) ghost.client.eye = ghost