From 7137af5fce6c3dc8391d6e8331247cd60c30ea0f Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Thu, 7 Apr 2016 22:20:50 -0400 Subject: [PATCH] forgot this --- code/modules/mob/living/carbon/human/species/species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/species.dm b/code/modules/mob/living/carbon/human/species/species.dm index 3fad4194034..7a313956e7e 100644 --- a/code/modules/mob/living/carbon/human/species/species.dm +++ b/code/modules/mob/living/carbon/human/species/species.dm @@ -331,7 +331,7 @@ return /datum/species/proc/handle_pre_change(var/mob/living/carbon/human/H) - if(!H.get_species() == "Monkey" || !H.get_species() == "Farwa" || !H.get_species() == "Stok" || !H.get_species() == "Wolpin" || !H.get_species() == "Neara") + if(H.butcher_results)//clear it out so we don't butcher a actual human. H.butcher_results = null remove_abilities(H) return