Merge pull request #11700 from kiwedespars/papermask

adds new cosmetic and craftable paper masks.
This commit is contained in:
kevinz000
2020-04-01 01:03:14 -07:00
committed by GitHub
4 changed files with 49 additions and 0 deletions
@@ -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//
////////