Makes donuts less of a strain on resources.

considering you can put 6 donuts in a box, and they're supposed to be a small food item... this overrides all the donuts to use dough slices instead of a full wad of dough. 

Literally, who would realistically use two boxes of flour, six eggs, and whatnot to make one batch of donuts?
This commit is contained in:
Ketrai
2018-04-14 12:07:22 +02:00
committed by GitHub
parent 73d841c9c8
commit 6a94efd5da
+16
View File
@@ -9,6 +9,22 @@
result = /obj/item/weapon/reagent_containers/food/snacks/path_to_some_food
*/
/datum/recipe/jellydonut
items = list(
/obj/item/weapon/reagent_containers/food/snacks/doughslice
/datum/recipe/jellydonut/slime
items = list(
/obj/item/weapon/reagent_containers/food/snacks/doughslice
/datum/recipe/jellydonut/cherry
items = list(
/obj/item/weapon/reagent_containers/food/snacks/doughslice
/datum/recipe/donut
items = list(
/obj/item/weapon/reagent_containers/food/snacks/doughslice
/datum/recipe/sushi
fruit = list("cabbage" = 1)
reagents = list("rice" = 20)