right crafting
This commit is contained in:
@@ -337,7 +337,7 @@
|
|||||||
name = "Chocolate Strawberry"
|
name = "Chocolate Strawberry"
|
||||||
reqs = list(
|
reqs = list(
|
||||||
/obj/item/reagent_containers/food/snacks/chocolatebar = 1,
|
/obj/item/reagent_containers/food/snacks/chocolatebar = 1,
|
||||||
/obj/item/reagent_containers/food/snacks/grown/strawberries = 1
|
/obj/item/reagent_containers/food/snacks/grown/strawberry = 1
|
||||||
)
|
)
|
||||||
result = /obj/item/reagent_containers/food/snacks/chocolatestrawberry
|
result = /obj/item/reagent_containers/food/snacks/chocolatestrawberry
|
||||||
subcategory = CAT_MISCFOOD
|
subcategory = CAT_MISCFOOD
|
||||||
@@ -329,7 +329,7 @@ datum/crafting_recipe/food/donut/meat
|
|||||||
name = "Strawberry cherry cupcake"
|
name = "Strawberry cherry cupcake"
|
||||||
reqs = list(
|
reqs = list(
|
||||||
/obj/item/reagent_containers/food/snacks/pastrybase = 1,
|
/obj/item/reagent_containers/food/snacks/pastrybase = 1,
|
||||||
/obj/item/reagent_containers/food/snacks/grown/strawberries = 1
|
/obj/item/reagent_containers/food/snacks/grown/strawberry = 1
|
||||||
)
|
)
|
||||||
result = /obj/item/reagent_containers/food/snacks/strawberrycupcake
|
result = /obj/item/reagent_containers/food/snacks/strawberrycupcake
|
||||||
subcategory = CAT_PASTRY
|
subcategory = CAT_PASTRY
|
||||||
|
|||||||
@@ -164,7 +164,7 @@
|
|||||||
name = "Strawberry pie"
|
name = "Strawberry pie"
|
||||||
reqs = list(
|
reqs = list(
|
||||||
/obj/item/reagent_containers/food/snacks/pie/plain = 1,
|
/obj/item/reagent_containers/food/snacks/pie/plain = 1,
|
||||||
/obj/item/reagent_containers/food/snacks/grown/strawberries = 1
|
/obj/item/reagent_containers/food/snacks/grown/strawberry = 1
|
||||||
)
|
)
|
||||||
result = /obj/item/reagent_containers/food/snacks/pie/strawberrypie
|
result = /obj/item/reagent_containers/food/snacks/pie/strawberrypie
|
||||||
subcategory = CAT_PIE
|
subcategory = CAT_PIE
|
||||||
|
|||||||
Reference in New Issue
Block a user