Fixes Adminorazine killing ash lizards (#37872)

* Fixes Adminorazine killing ash lizards

* this should do it...
This commit is contained in:
ShizCalev
2018-05-17 11:24:48 -04:00
committed by letterjay
parent 56544307ec
commit a7f13f15cf
3 changed files with 22 additions and 4 deletions
@@ -272,10 +272,10 @@
/obj/item/organ/heart/gland/electric/Insert(mob/living/carbon/M, special = 0)
..()
owner.add_trait(TRAIT_SHOCKIMMUNE, "abductor_gland")
owner.add_trait(TRAIT_SHOCKIMMUNE, ORGAN_TRAIT)
/obj/item/organ/heart/gland/electric/Remove(mob/living/carbon/M, special = 0)
owner.remove_trait(TRAIT_SHOCKIMMUNE, "abductor_gland")
owner.remove_trait(TRAIT_SHOCKIMMUNE, ORGAN_TRAIT)
..()
/obj/item/organ/heart/gland/electric/activate()