From 0a43c2b64d57b065a6111a586b2e40cb2d9f865e Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 5 Sep 2019 06:42:41 -0400 Subject: [PATCH] Update recipes_clothing.dm --- code/modules/crafting/recipes/recipes_clothing.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/crafting/recipes/recipes_clothing.dm b/code/modules/crafting/recipes/recipes_clothing.dm index 642827dcfb..f48ee87316 100644 --- a/code/modules/crafting/recipes/recipes_clothing.dm +++ b/code/modules/crafting/recipes/recipes_clothing.dm @@ -120,7 +120,7 @@ reqs = list(/obj/item/stack/sheet/durathread = 7, /obj/item/stack/sheet/leather = 3) time = 70 - always_availible = FALSE + always_availible = TRUE category = CAT_CLOTHING /datum/crafting_recipe/durathread_toolbelt @@ -129,7 +129,7 @@ reqs = list(/obj/item/stack/sheet/durathread = 5, /obj/item/stack/sheet/leather = 2) time = 30 - always_availible = FALSE + always_availible = TRUE category = CAT_CLOTHING /datum/crafting_recipe/durathread_bandolier @@ -138,7 +138,7 @@ reqs = list(/obj/item/stack/sheet/durathread = 6, /obj/item/stack/sheet/leather = 2) time = 50 - always_availible = FALSE + always_availible = TRUE category = CAT_CLOTHING /datum/crafting_recipe/durathread_helmet @@ -147,7 +147,7 @@ reqs = list(/obj/item/stack/sheet/durathread = 4, /obj/item/stack/sheet/leather = 2) time = 30 - always_availible = FALSE + always_availible = TRUE category = CAT_CLOTHING /datum/crafting_recipe/durathread_vest @@ -156,5 +156,5 @@ reqs = list(/obj/item/stack/sheet/durathread = 6, /obj/item/stack/sheet/leather = 3) time = 50 - always_availible = FALSE - category = CAT_CLOTHING \ No newline at end of file + always_availible = TRUE + category = CAT_CLOTHING