Soups on
This commit is contained in:
@@ -291,3 +291,12 @@
|
|||||||
tastes = list("creamy peas"= 2, "parsnip" = 1)
|
tastes = list("creamy peas"= 2, "parsnip" = 1)
|
||||||
filling_color = "#9dc530"
|
filling_color = "#9dc530"
|
||||||
foodtype = VEGETABLES
|
foodtype = VEGETABLES
|
||||||
|
|
||||||
|
/obj/item/reagent_containers/food/snacks/soup/facehuggerpot
|
||||||
|
name = "pot of face hugger jambalaya"
|
||||||
|
desc = "An entire pot of an extremely spicey dish made using extremely exotic ingredients. Highly recommend by interdimensional businessman in suits."
|
||||||
|
icon_state = "facehuggerpot"
|
||||||
|
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 2)
|
||||||
|
list_reagents = list(/datum/reagent/consumable/nutriment = 10, /datum/reagent/consumable/nutriment/vitamin = 4)
|
||||||
|
tastes = list("face huggers" = 1)
|
||||||
|
foodtype = MEAT
|
||||||
@@ -291,3 +291,18 @@
|
|||||||
)
|
)
|
||||||
result = /obj/item/reagent_containers/food/snacks/soup/peasoup
|
result = /obj/item/reagent_containers/food/snacks/soup/peasoup
|
||||||
subcategory = CAT_SOUP
|
subcategory = CAT_SOUP
|
||||||
|
|
||||||
|
/datum/crafting_recipe/food/facehuggerjambalayapot
|
||||||
|
name = "Facehugger jambalaya"
|
||||||
|
reqs = list(
|
||||||
|
/datum/reagent/bluespace = 10,
|
||||||
|
/datum/reagent/consumable/ethanol/booger =10,
|
||||||
|
/obj/item/organ/heart= 3,
|
||||||
|
/obj/item/clothing/mask/facehugger = 1,
|
||||||
|
/obj/item/reagent_containers/food/snacks/egg = 1,
|
||||||
|
/datum/reagent/consumable/blackpepper = 5,
|
||||||
|
/datum/reagent/toxin/acid = 5
|
||||||
|
|
||||||
|
)
|
||||||
|
result = /obj/item/reagent_containers/food/snacks/soup/facehuggerpot
|
||||||
|
subcategory = CAT_SOUP
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user