mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-09 00:52:09 +00:00
10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
/mob/dead/observer/Logout()
|
|
if(client)
|
|
client.images -= GLOB.ghost_images
|
|
..()
|
|
spawn(0)
|
|
if(src && !key) //we've transferred to another mob. This ghost should be deleted.
|
|
qdel(src)
|
|
if(isliving(mind?.current))
|
|
mind.current.med_hud_set_status()
|