From 4259332cfd88a812a9da0cef47a60630df4d600b Mon Sep 17 00:00:00 2001 From: lolman360 Date: Wed, 19 Aug 2020 18:37:31 +1000 Subject: [PATCH 1/2] e --- .../components/crafting/recipes/recipes_clothing.dm | 10 ++++++++++ code/modules/clothing/masks/boxing.dm | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/code/datums/components/crafting/recipes/recipes_clothing.dm b/code/datums/components/crafting/recipes/recipes_clothing.dm index 2a24c0b451..95dc7b1bea 100644 --- a/code/datums/components/crafting/recipes/recipes_clothing.dm +++ b/code/datums/components/crafting/recipes/recipes_clothing.dm @@ -40,6 +40,16 @@ reqs = list(/obj/item/paper = 20) category = CAT_CLOTHING +/datum/crafting_recipe/kittyears + name = "Breathaclava" + result = /obj/item/clothing/mask/balaclava/breath + time = 10 + reqs = list(/obj/item/clothing/mask/balaclava = 1, + /obj/item/clothing/mask/breath = 1) + category = CAT_CLOTHING + + + /datum/crafting_recipe/armwraps name = "Armwraps" result = /obj/item/clothing/gloves/fingerless/pugilist diff --git a/code/modules/clothing/masks/boxing.dm b/code/modules/clothing/masks/boxing.dm index f11c89d00c..6701b53c10 100644 --- a/code/modules/clothing/masks/boxing.dm +++ b/code/modules/clothing/masks/boxing.dm @@ -12,6 +12,10 @@ /obj/item/clothing/mask/balaclava/attack_self(mob/user) adjustmask(user) +/obj/item/clothing/mask/balaclava/breath + name = "breathaclava" + clothing_flags = ALLOWINTERNALS + /obj/item/clothing/mask/infiltrator name = "insidious balaclava" desc = "An incredibly suspicious balaclava made with Syndicate nanofibers to absorb impacts slightly while obfuscating the voice and face using a garbled vocoder." From 623fe1cb69d0e347e3c83c70c39f68d1f009663b Mon Sep 17 00:00:00 2001 From: lolman360 <22850904+lolman360@users.noreply.github.com> Date: Fri, 21 Aug 2020 12:00:09 +1000 Subject: [PATCH 2/2] Update recipes_clothing.dm --- code/datums/components/crafting/recipes/recipes_clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/crafting/recipes/recipes_clothing.dm b/code/datums/components/crafting/recipes/recipes_clothing.dm index 95dc7b1bea..751926899d 100644 --- a/code/datums/components/crafting/recipes/recipes_clothing.dm +++ b/code/datums/components/crafting/recipes/recipes_clothing.dm @@ -40,7 +40,7 @@ reqs = list(/obj/item/paper = 20) category = CAT_CLOTHING -/datum/crafting_recipe/kittyears +/datum/crafting_recipe/balaclavabreath name = "Breathaclava" result = /obj/item/clothing/mask/balaclava/breath time = 10