diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index d700de554a..64cf82b55f 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -46,7 +46,7 @@ dispose_rendering() qdel(hud_used) QDEL_LIST(client_colours) - ghostize(can_reenter_corpse = FALSE) //False, since we're deleting it currently + ghostize() if(mind?.current == src) //Let's just be safe yeah? This will occasionally be cleared, but not always. Can't do it with ghostize without changing behavior mind.set_current(null) // if(mock_client)