mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 04:21:42 +00:00
* Secret Gateways: Config loaded Away Missions + Anti-observing Z level traits * 0 Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
/mob/dead/observer/Logout()
|
|
update_z(null)
|
|
if (client)
|
|
client.images -= (GLOB.ghost_images_default+GLOB.ghost_images_simple)
|
|
|
|
if(observetarget && ismob(observetarget))
|
|
cleanup_observe()
|
|
..()
|
|
spawn(0)
|
|
if(src && !key) //we've transferred to another mob. This ghost should be deleted.
|
|
qdel(src)
|