mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 12:36:22 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user