mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
.
This commit is contained in:
@@ -332,7 +332,7 @@ GLOBAL_LIST_BOILERPLATE(all_seed_packs, /obj/item/seeds)
|
||||
seed_type = PLANT_SIFLETTUCE
|
||||
|
||||
/obj/item/seeds/eggyplant
|
||||
seed_type = PLANT_EGGPLANT
|
||||
seed_type = PLANT_EGG_PLANT
|
||||
|
||||
/obj/item/seeds/pineapple
|
||||
seed_type = PLANT_PINEAPPLE
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
|
||||
// Return of Eggy. Just makes purple eggs. If the reagents are separated from the egg production by xenobotany or RNG, it's still an Egg plant.
|
||||
/datum/seed/eggplant/egg
|
||||
name = PLANT_EGGPLANT
|
||||
seed_name = PLANT_EGGPLANT
|
||||
name = PLANT_EGG_PLANT
|
||||
seed_name = PLANT_EGG_PLANT
|
||||
display_name = "egg-plants"
|
||||
kitchen_tag = PLANT_EGGPLANT
|
||||
kitchen_tag = PLANT_EGG_PLANT
|
||||
mutants = null
|
||||
chems = list(REAGENT_ID_NUTRIMENT = list(1,5), REAGENT_ID_EGG = list(3,12))
|
||||
has_item_product = /obj/item/reagent_containers/food/snacks/egg/purple
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
mutants = list(PLANT_REISHI,PLANT_AMANITA,PLANT_PLUMPHELMET)
|
||||
chems = list(REAGENT_ID_NUTRIMENT = list(1,25))
|
||||
splat_type = /obj/effect/plant
|
||||
kitchen_tag = "mushroom"
|
||||
kitchen_tag = PLANT_MUSHROOMS
|
||||
|
||||
/datum/seed/mushroom/New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user