Files
GS13NG/code/modules/mob/living/logout.dm
Tad Hardesty 95bbfb29d1 Fix mecha mouse pointer issues (#38213)
* Fix mecha mouse pointer issues

* Migrate ranged ability mouse pointers to new system
2018-06-03 09:03:06 -05:00

5 lines
217 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.