mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user