Merge pull request #10057 from warior4356/drone-death

Solves ghosts re-entering shutdown drones by making the ghost unable to reenter corpses
This commit is contained in:
variableundefined
2018-11-01 16:16:48 +08:00
committed by GitHub
@@ -223,6 +223,10 @@
health = 35 - (getBruteLoss() + getFireLoss())
update_stat("updatehealth([reason])")
/mob/living/silicon/robot/drone/death(gibbed)
. = ..(gibbed)
ghostize(can_reenter_corpse = 0)
//CONSOLE PROCS
/mob/living/silicon/robot/drone/proc/law_resync()