This commit is contained in:
Kashargul
2024-12-08 05:51:39 +01:00
parent 1a2c2c0764
commit cf224b6d12
12 changed files with 67 additions and 72 deletions
+1 -1
View File
@@ -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()
..()