Fixes PAIs deleting their card on death

This commit is contained in:
CitadelStationBot
2017-06-26 15:55:15 -05:00
parent ba2e896d8c
commit abeac9d2ae
+2 -3
View File
@@ -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)
qdel(src)