[MIRROR] Foodening [MDB IGNORE] (#23440)

* Foodening

* Update chem_dispenser.dm

* Juicening?

* Update big_mortar.dm

* Adds crafting complexities to modular foods

* Olive oil repath

* Cooking oil repath

---------

Co-authored-by: Andrew <mt.forspam@gmail.com>
Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-09-03 20:47:17 -04:00
committed by GitHub
co-authored by Andrew Bloop
parent f02cfff347
commit f0b265b6bb
147 changed files with 1644 additions and 673 deletions
@@ -42,7 +42,7 @@
food_reagents = list(/datum/reagent/consumable/nutriment = 3, /datum/reagent/consumable/nutriment/vitamin = 2)
foodtypes = GORE | MEAT | RAW
grind_results = list(/datum/reagent/blood = 20, /datum/reagent/consumable/liquidgibs = 5)
juice_results = list(/datum/reagent/consumable/banana = 10)
juice_typepath = /datum/reagent/consumable/banana
/obj/item/food/deadbanana_spider/Initialize(mapload)