mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 00:13:55 +00:00
6 lines
277 B
Plaintext
6 lines
277 B
Plaintext
/mob/living/Logout()
|
|
if(ranged_ability && client)
|
|
ranged_ability.remove_mousepointer(client)
|
|
..()
|
|
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. |