[MIRROR] Adds a pie-flavored pie [MDB IGNORE] (#20562)

* Adds a pie-flavored pie (#74683)

## About The Pull Request

adds pie-flavored pie
made from two pies

## Why It's Good For The Game

pie

![yup](https://user-images.githubusercontent.com/60118990/231530225-cd8eefa7-962a-421f-be16-a67bdb2aa23c.png)
p.s. please open the bunker and free me from tom fulp's dungeon please
god

## Changelog

🆑
add: adds pie-flavored pie
/🆑

* Adds a pie-flavored pie

---------

Co-authored-by: LostObject <60118990+jimmyoofsalot@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-04-14 23:47:59 +01:00
committed by GitHub
co-authored by LostObject
parent 099c1dc555
commit 6b33a5e272
3 changed files with 20 additions and 0 deletions
+12
View File
@@ -391,3 +391,15 @@
)
tastes = list("juicy meat" = 1, "mashed potatoes" = 1, "baked veggies" = 1)
foodtypes = MEAT | DAIRY | VEGETABLES
/obj/item/food/pie/asdfpie
name = "pie-flavored pie"
desc = "I baked you a pie!"
icon_state = "asdfpie"
food_reagents = list(
/datum/reagent/consumable/nutriment = 16,
/datum/reagent/consumable/nutriment/vitamin = 2,
)
tastes = list("pie" = 1, "the far off year of 2010" = 1)
foodtypes = GRAIN
burns_in_oven = TRUE
@@ -229,3 +229,11 @@
)
result = /obj/item/food/pie/shepherds_pie
category = CAT_PIE
/datum/crafting_recipe/food/asdfpie
name = "Pie-flavored pie"
reqs = list(
/obj/item/food/pie/plain = 2,
)
result = /obj/item/food/pie/asdfpie
category = CAT_PIE
Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 35 KiB