Zombie/limb refactors/fixes

This commit is contained in:
CitadelStationBot
2017-04-28 21:05:06 -05:00
parent a39b40d879
commit daeba2eec7
10 changed files with 76 additions and 38 deletions
@@ -1533,7 +1533,9 @@
/datum/reagent/romerol/on_mob_life(mob/living/carbon/human/H)
// Silently add the zombie infection organ to be activated upon death
new /obj/item/organ/zombie_infection(H)
if(!H.getorganslot("zombie_infection"))
var/obj/item/organ/zombie_infection/ZI = new()
ZI.Insert(H)
..()
/datum/reagent/growthserum