mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 04:31:41 +00:00
* CI now bans files with the same name * Part 1 * Warriorstar python tweaks * Part Deux * Fix unticked * fix
8 lines
190 B
Plaintext
8 lines
190 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)
|