mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 02:24:11 +01:00
[MIRROR] Ports fried chicken from the 2020 toolbox tournament. (#1549)
* Merge pull request #54721 from Krysonism/11herbs Ports fried chicken from the 2020 toolbox tournament. * Ports fried chicken from the 2020 toolbox tournament. Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
@@ -259,3 +259,14 @@
|
||||
)
|
||||
result = /obj/item/food/salad/gumbo
|
||||
subcategory = CAT_MEAT
|
||||
|
||||
|
||||
/datum/crafting_recipe/food/fried_chicken
|
||||
name = "Fried Chicken"
|
||||
reqs = list(
|
||||
/obj/item/food/meat/slab/chicken = 1,
|
||||
/datum/reagent/consumable/flour = 5,
|
||||
/datum/reagent/consumable/corn_starch = 5,
|
||||
)
|
||||
result = /obj/item/food/fried_chicken
|
||||
subcategory = CAT_MEAT
|
||||
|
||||
Reference in New Issue
Block a user