mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 20:56:47 +01:00
Merge pull request #953 from SPLURT-Station/oooo-spooky-ghosts
Makes the autocryo subsystem check for diconnected ghosts too
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user