Merge pull request #26527 from QualityVan/mutanthands

Zombie/limb refactors/fixes
This commit is contained in:
oranges
2017-04-29 14:03:53 +12:00
committed by GitHub
9 changed files with 61 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