mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 12:09:48 +01:00
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
/mob/observer/dead/Logout()
|
|
..()
|
|
spawn(0)
|
|
if(src && !key) //we've transferred to another mob. This ghost should be deleted.
|
|
qdel(src)
|