mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user