Faction adding in species_gain rather than pod.

This commit is contained in:
drynwyn
2016-06-10 11:12:11 -04:00
committed by GitHub
parent df6d3e6da2
commit aa81f49540
@@ -148,6 +148,11 @@
if(/obj/item/projectile/energy/florayield)
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