Files
Mitchs98 19e1268f0f Cavity Time! - Ports 46 Desserts from TG (#26540)
* recipe paths

* splits frozen deserts

* d320b129f8 Merge branch 'master' into cavitytime

* agony

* woe, food upon ye

* edit

* unhecks the .dme

* unduplicates ur grape tart

* da camel

* whoops

* give bungo a tang

* da review

* review 2, electric boogaloo

* yogurt

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Signed-off-by: Mitchs98 <mitchs98@gmail.com>

* yogurt, but for real this time.

---------

Signed-off-by: Mitchs98 <mitchs98@gmail.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
2024-10-03 18:32:16 +00:00

24 lines
677 B
Plaintext

/obj/item/seeds/plum
name = "pack of plum seeds"
desc = "These seeds grow into plum trees."
icon_state = "seed-plum"
species = "plum"
plantname = "Plum Tree"
product = /obj/item/food/grown/plum
lifespan = 55
endurance = 35
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
icon_grow = "plum-grow"
icon_dead = "plum-dead"
genes = list(/datum/plant_gene/trait/repeated_harvest)
reagents_add = list("nutriment" = 0.1, "vitamin" = 0.04, "plantmatter" = 0.1)
/obj/item/food/grown/plum
seed = /obj/item/seeds/plum
name = "plum"
desc = "A poet's favorite fruit. Noice."
icon_state = "plum"
filling_color = "#F6CB0B"
bitesize = 4
tastes = list("plum" = 1)