Ports Condiment Sprites from TG. Ports Mayonnaise, Peanut Butter, Olives, and Olive Oil from TG (#22796)

* sprites

* Code Phase 1

* olives ur oil

* grammars ur sentences

* the hash slinging slasher

* the trash thinging

* salts ur olives

* bottles ur wasabi
This commit is contained in:
Mitchs98
2023-10-12 11:53:42 -05:00
committed by GitHub
parent 04bca1fe79
commit 2e860880ea
12 changed files with 163 additions and 12 deletions
+24
View File
@@ -0,0 +1,24 @@
// Olives!
/obj/item/seeds/olive
name = "pack of olive seads"
desc = "These seeds grow into olive trees."
icon_state = "seed-olive"
species = "olive"
plantname = "Olive Tree"
product = /obj/item/reagent_containers/food/snacks/grown/olive
lifespan = 150
endurance = 35
yield = 5
growthstages = 6
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
genes = list(/datum/plant_gene/trait/repeated_harvest)
mutatelist = list(/obj/item/seeds/apple)
reagents_add = list("vitamin" = 0.02, "plantmatter" = 0.2, "sodiumchloride" = 0.2)
/obj/item/reagent_containers/food/snacks/grown/olive
seed = /obj/item/seeds/olive
name = "olive"
desc = "A small cylindrical salty fruit closely related to mangoes. Can be ground into a paste and mixed with water to make quality oil."
icon_state = "olive"
tastes = list("olive" = 1)
wine_power = 0.4