mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
Several of the greps were missing the `-P` switch which caused them to fail to match things. The EOL grep also wasn't working right so I replaced it with the one I added to TGMC.
6 lines
219 B
Plaintext
6 lines
219 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.
|