mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-24 01:02:06 +00:00
8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
/mob/dead/observer/Logout()
|
|
if(client)
|
|
client.images -= ghost_darkness_images
|
|
..()
|
|
spawn(0)
|
|
if(src && !key) //we've transferred to another mob. This ghost should be deleted.
|
|
qdel(src)
|