Files
Paradise/code/modules/mob/dead/observer/logout.dm
2019-05-06 04:06:54 +02:00

8 lines
192 B
Plaintext

/mob/dead/observer/Logout()
if(client)
client.images -= ghost_images
..()
spawn(0)
if(src && !key) //we've transferred to another mob. This ghost should be deleted.
qdel(src)