From 0855bd3f82b42c69ec16372cdaabd701b9a28ba3 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Wed, 12 Dec 2018 00:32:35 -0600 Subject: [PATCH] Lowers craft cost of mat. --- code/modules/crafting/recipes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 6bf7888f349..65ca57696c8 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -251,8 +251,8 @@ name = "Sushi Mat" result = /obj/item/kitchen/sushimat time = 10 - reqs = list(/obj/item/stack/sheet/wood = 5, - /obj/item/stack/cable_coil = 5) + reqs = list(/obj/item/stack/sheet/wood = 1, + /obj/item/stack/cable_coil = 2) category = CAT_MISC /datum/crafting_recipe/notreallysoap