Files
GS13NG/code/modules/mob/living/logout.dm
silicons 803bff4e5f funny
2020-11-12 23:34:42 -07:00

6 lines
214 B
Plaintext

/mob/living/Logout()
update_z(null)
..()
if(!key && mind) //key and mind have become separated.
mind.active = 0 //This is to stop say, a mind.transfer_to call on a corpse causing a ghost to re-enter its body.