Monkey Soup

This commit is contained in:
Kabra_men
2019-10-03 16:18:44 -03:00
parent 56fe7cf70a
commit ef4066dc4b
4 changed files with 19 additions and 0 deletions
@@ -225,3 +225,11 @@
bonus_reagents = list("nutriment" = 4, "vitamin" = 6)
tastes = list("beet" = 1)
foodtype = VEGETABLES
/obj/item/reagent_containers/food/snacks/soup/macaco
name = "Macaco soup"
desc = "To think, the monkey would've beat you to death and steal your gun."
icon_state = "macaco"
bonus_reagents = list("nutriment" = 1, "omnizine" = 5, "vitamin" = 5)
tastes = list("Monkey" = 1)
foodtype = MEAT | VEGETABLES
@@ -236,3 +236,14 @@
)
result = /obj/item/reagent_containers/food/snacks/soup/beet/red
subcategory = CAT_SOUP
/datum/crafting_recipe/food/macaco
name = "Macaco soup"
reqs = list(
/datum/reagent/water = 10,
/obj/item/reagent_containers/glass/bowl = 1,
/obj/item/reagent_containers/food/snacks/grown/potato = 1,
/obj/item/reagent_containers/food/snacks/meat/slab/monkey = 2
)
result = /obj/item/reagent_containers/food/snacks/soup/macaco
subcategory = CAT_SOUP