Merge pull request #18424 from drynwyn/master

Adds "plants" and "vines" factions to pod people
This commit is contained in:
oranges
2016-06-12 00:38:57 +12:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -110,4 +110,4 @@
var/obj/item/seeds/replicapod/harvestseeds = src.Copy()
harvestseeds.loc = user.loc
parent.update_tray()
parent.update_tray()
@@ -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