Readded mob products.

This commit is contained in:
Zuhayr
2015-02-12 23:24:44 +10:30
parent c953e279a4
commit a9d55a17b8
2 changed files with 49 additions and 32 deletions

View File

@@ -172,6 +172,7 @@
display_name = "killer tomato plant"
mutants = null
can_self_harvest = 1
has_mob_product = /mob/living/simple_animal/tomato
/datum/seed/tomato/killer/New()
..()
@@ -360,6 +361,7 @@
display_name = "walking mushrooms"
mutants = null
can_self_harvest = 1
has_mob_product = /mob/living/simple_animal/mushroom
/datum/seed/mushroom/plump/walking/New()
..()
@@ -941,6 +943,7 @@
seed_noun = "nodes"
display_name = "replicant pods"
can_self_harvest = 1
has_mob_product = /mob/living/carbon/alien/diona
/datum/seed/diona/New()
..()