mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-24 08:22:54 +00:00
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
23 lines
690 B
Plaintext
23 lines
690 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/reagent_containers/food/snacks/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/reagent_containers/food/snacks/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
|