mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +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>
23 lines
638 B
Plaintext
23 lines
638 B
Plaintext
/obj/item/seeds/garlic
|
|
name = "pack of garlic seeds"
|
|
desc = "A packet of extremely pungent seeds."
|
|
icon_state = "seed-garlic"
|
|
species = "garlic"
|
|
plantname = "Garlic Sprouts"
|
|
product = /obj/item/food/grown/garlic
|
|
yield = 6
|
|
potency = 25
|
|
growthstages = 3
|
|
growing_icon = 'icons/obj/hydroponics/growing_vegetables.dmi'
|
|
reagents_add = list("garlic" = 0.15, "plantmatter" = 0.1)
|
|
|
|
/obj/item/food/grown/garlic
|
|
seed = /obj/item/seeds/garlic
|
|
name = "garlic"
|
|
desc = "Delicious, but with a potentially overwhelming odor."
|
|
icon_state = "garlic"
|
|
filling_color = "#C0C9A0"
|
|
bitesize_mod = 2
|
|
tastes = list("garlic" = 1)
|
|
wine_power = 0.1
|