Fixed by not allowing ghost to reenter corpse.

This commit is contained in:
warior4356
2018-10-30 19:06:23 -07:00
parent c3236e84ac
commit c6249d89f5
@@ -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()