mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Merge pull request #18424 from drynwyn/master
Adds "plants" and "vines" factions to pod people
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user