Merge pull request #18442 from drynwyn/Stupi

Removes a superfluous addition of the "slime" faction to slimepeople.
This commit is contained in:
Cheridan
2016-06-11 13:14:13 -05:00
committed by GitHub
@@ -36,7 +36,6 @@
H << "<span class='danger'>Your flesh rapidly mutates!</span>"
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