Merge pull request #953 from SPLURT-Station/oooo-spooky-ghosts

Makes the autocryo subsystem check for diconnected ghosts too
This commit is contained in:
BongaTheProto
2023-09-23 18:47:43 -05:00
committed by GitHub
6 changed files with 56 additions and 1 deletions
@@ -0,0 +1,4 @@
/mob/dead/observer/Logout()
. = ..()
lastclienttime = world.time
@@ -1,3 +1,6 @@
/mob/dead/observer
var/lastclienttime = 0
/mob/dead/observer/view_manifest()
if(!client)
return