mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 10:23:15 +00:00
Thanks @Ricotez Also tweaks the wording of related verbs, procs, and variables to match Moves the scope of the ghostimages (now ghost darkness images) var and updatedateallghostimages proc to the global space so other things can access them
8 lines
202 B
Plaintext
8 lines
202 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)
|