From 24e0f6a333f855fc510664a25cb1f079aedd847a Mon Sep 17 00:00:00 2001 From: drynwyn Date: Fri, 10 Jun 2016 13:36:25 -0400 Subject: [PATCH] Removes superfluous addition of the slime faction. --- code/modules/mob/living/carbon/human/species_types.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species_types.dm b/code/modules/mob/living/carbon/human/species_types.dm index 11143f7f00a..87864328200 100644 --- a/code/modules/mob/living/carbon/human/species_types.dm +++ b/code/modules/mob/living/carbon/human/species_types.dm @@ -36,7 +36,6 @@ H << "Your flesh rapidly mutates!" H.set_species(/datum/species/jelly/slime) H.reagents.del_reagent(chem.type) - H.faction |= "slime" return 1 //Curiosity killed the cat's wagging tail. @@ -149,10 +148,6 @@ H.nutrition = min(H.nutrition+30, NUTRITION_LEVEL_FULL) return -/datum/species/pod/on_species_gain(mob/living/carbon/C) - ..() - C.faction |= "plants" - C.faction |= "vines" /* SHADOWPEOPLE