mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 14:15:22 +01:00
098b13bb33
* Aaaaa it works * Add updatepaths * Add unsaved files * MATTTTT * Fixes casino * Fix --------- Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
27 lines
743 B
Plaintext
27 lines
743 B
Plaintext
// Peanuts
|
|
/obj/item/seeds/peanuts
|
|
name = "pack of peanut seeds"
|
|
desc = "These seeds grow into peanuts."
|
|
icon_state = "seed-potato"
|
|
species = "potato"
|
|
plantname = "Peanut Vines"
|
|
product = /obj/item/food/grown/peanuts
|
|
lifespan = 30
|
|
maturation = 10
|
|
production = 1
|
|
yield = 4
|
|
growthstages = 4
|
|
growing_icon = 'icons/obj/hydroponics/growing_vegetables.dmi'
|
|
icon_grow = "potato-grow"
|
|
icon_dead = "potato-dead"
|
|
genes = list(/datum/plant_gene/trait/repeated_harvest)
|
|
reagents_add = list("plantmatter" = 0.1)
|
|
|
|
/obj/item/food/grown/peanuts
|
|
seed = /obj/item/seeds/peanuts
|
|
name = "patch of peanuts"
|
|
desc = "Best avoided if you have spess allergies."
|
|
icon_state = "peanuts"
|
|
tastes = list("peanut" = 1, "nuttiness" = 1)
|
|
gender = PLURAL
|