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