makes the mask craftable

This commit is contained in:
kiwedespars
2020-03-31 01:51:14 -07:00
committed by GitHub
parent 83abe07cb7
commit d825a10e58

View File

@@ -33,6 +33,13 @@
/obj/item/organ/ears/cat = 1)
category = CAT_CLOTHING
/datum/crafting_recipe/papermask
name = "Paper Mask"
result = /obj/item/clothing/mask/paper
time = 10
reqs = list(/obj/item/paper = 20)
category = CAT_CLOTHING
////////
//Huds//
////////