mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-15 09:56:47 +01:00
4538e2a7cc
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
7 lines
291 B
Plaintext
7 lines
291 B
Plaintext
/mob/living/Logout()
|
|
..()
|
|
if (mind)
|
|
//Per BYOND docs key remains set if the player DCs, becomes null if switching bodies.
|
|
if(!key) //key and mind have become seperated.
|
|
mind.active = 0 //This is to stop say, a mind.transfer_to call on a corpse causing a ghost to re-enter its body.
|