Synnono Meme Foods Recipe Expansion (#2567)

Adds 26 new recipes (18 Microwave, 5 Oven, 3 Fryer) to the kitchen, including curries, dank (and sliceable) brownies, and bear meat recipes!

Adds 2 new reagents: Space Spice, a condiment found in the kitchen flour closet and used in many of the new recipes, and Brownie Mix, a dry mix of flour, sugar and cocoa that serves as the base for brownie recipes and doesn't conflict with other baked recipes.

Adds sprites for new foods, as well as new trash sprites for dumplings and brownies.
This commit is contained in:
Synnono
2017-06-02 16:39:24 +03:00
committed by skull132
parent eef922d41d
commit ebaffcfaf5
13 changed files with 763 additions and 1 deletions
+8
View File
@@ -88,5 +88,13 @@
name = "nathi-snack corned beef"
icon_state = "cbeef-used"
/obj/item/trash/brownies
name = "brownie tray"
icon_state = "brownies"
/obj/item/trash/snacktray
name = "snacktray"
icon_state = "snacktray"
/obj/item/trash/attack(mob/M as mob, mob/living/user as mob)
return
@@ -20,6 +20,7 @@
for(var/i = 0, i < 2, i++)
new /obj/item/weapon/reagent_containers/food/condiment/flour(src)
new /obj/item/weapon/reagent_containers/food/condiment/sugar(src)
new /obj/item/weapon/reagent_containers/food/condiment/spacespice(src)
/obj/structure/closet/secure_closet/freezer/kitchen/mining
req_access = list()