This commit is contained in:
lolman360
2020-08-19 18:37:31 +10:00
parent cc99a89027
commit 4259332cfd
2 changed files with 14 additions and 0 deletions

View File

@@ -40,6 +40,16 @@
reqs = list(/obj/item/paper = 20) reqs = list(/obj/item/paper = 20)
category = CAT_CLOTHING 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 /datum/crafting_recipe/armwraps
name = "Armwraps" name = "Armwraps"
result = /obj/item/clothing/gloves/fingerless/pugilist result = /obj/item/clothing/gloves/fingerless/pugilist

View File

@@ -12,6 +12,10 @@
/obj/item/clothing/mask/balaclava/attack_self(mob/user) /obj/item/clothing/mask/balaclava/attack_self(mob/user)
adjustmask(user) adjustmask(user)
/obj/item/clothing/mask/balaclava/breath
name = "breathaclava"
clothing_flags = ALLOWINTERNALS
/obj/item/clothing/mask/infiltrator /obj/item/clothing/mask/infiltrator
name = "insidious balaclava" 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." desc = "An incredibly suspicious balaclava made with Syndicate nanofibers to absorb impacts slightly while obfuscating the voice and face using a garbled vocoder."