From edf412baa9d8b2dd58dfdf41bbd16541691426c9 Mon Sep 17 00:00:00 2001 From: QualityVan Date: Mon, 24 Apr 2017 15:42:39 -0400 Subject: [PATCH] not good to store old species immediately after changing species, turns out --- code/modules/zombie/organs.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/zombie/organs.dm b/code/modules/zombie/organs.dm index e0c6a9da9b5..28e6d9499f9 100644 --- a/code/modules/zombie/organs.dm +++ b/code/modules/zombie/organs.dm @@ -26,7 +26,6 @@ /obj/item/organ/zombie_infection/Insert(var/mob/living/carbon/M, special = 0) . = ..() START_PROCESSING(SSobj, src) - old_species = M.dna.species.type /obj/item/organ/zombie_infection/Remove(mob/living/carbon/M, special = 0) . = ..()