mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 18:47:20 +01:00
* I am suffering * Alright this should be all now * Fixes CI * I hate the online merge resolver. * This got lost in the merge master * Updatepaths fixed + new added * Contra review * Fixes desserts * Oops * This should fix it * Maybe? * Attempt 3 * Missed conflict * Update code/modules/reagents/chemistry/machinery/reagentgrinder.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Update code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Update code/modules/food_and_drinks/food/foods/pizza.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Fixes grinders * Adds comment * Warrior review * Warrior + Sirryan review * Update code/modules/food_and_drinks/food_base.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
23 lines
652 B
Plaintext
23 lines
652 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/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/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
|