Fixes defibbed corpse not getting blind overlay despite being in crit.

Brain mobs that are beaten to death can still be inserted inside a brainless human corpse but defibbing the corpse cannot work (the brain is too damaged). On the other hand cloning that corpse will still work.
Deffibing a brainless corpse no longer gives "further attempts may be successful".
Fixes brain mob's container var not being nullified on Destroy().
This commit is contained in:
phil235
2016-02-12 21:47:22 +01:00
parent 7416962f2a
commit 74e8bbf029
9 changed files with 27 additions and 17 deletions
+1 -1
View File
@@ -320,7 +320,7 @@
for(var/t in organs)
qdel(t)
var/mob/living/silicon/robot/R = new /mob/living/silicon/robot( loc )
var/mob/living/silicon/robot/R = new /mob/living/silicon/robot(loc)
// cyborgs produced by Robotize get an automatic power cell
R.cell = new(R)