From bf24bc9b10668c8e59cab60c0468b4ec15ff1181 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Mon, 9 Jan 2017 19:27:04 -0800 Subject: [PATCH] pAIs are no longer evicted from their bodies at death --- code/modules/mob/living/silicon/pai/death.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/silicon/pai/death.dm b/code/modules/mob/living/silicon/pai/death.dm index 7fb85534d20..41d4c67427d 100644 --- a/code/modules/mob/living/silicon/pai/death.dm +++ b/code/modules/mob/living/silicon/pai/death.dm @@ -24,6 +24,5 @@ //Read as: I have no idea what I'm doing but asking for help got me nowhere so this is what you get. - Nodrak if(mind) qdel(mind) living_mob_list -= src - ghostize(0) if(icon_state != "[chassis]_dead" || cleanWipe) qdel(src)