mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Faction adding in species_gain rather than pod.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user