diff --git a/code/modules/mob/living/silicon/pai/death.dm b/code/modules/mob/living/silicon/pai/death.dm index 42259500da..504c93b3c3 100644 --- a/code/modules/mob/living/silicon/pai/death.dm +++ b/code/modules/mob/living/silicon/pai/death.dm @@ -4,12 +4,11 @@ stat = DEAD canmove = 0 card.removePersonality() - if(holoform) - card.forceMove(loc) + card.forceMove(loc) update_sight() clear_fullscreens() //New pAI's get a brand new mind to prevent meta stuff from their previous life. This new mind causes problems down the line if it's not deleted here. GLOB.living_mob_list -= src ghostize() - qdel(src) \ No newline at end of file + qdel(src)