mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[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  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:
@@ -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 |
Reference in New Issue
Block a user