mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-08 22:46:52 +01:00
Monkey Soup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user