mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
e
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user