Adds a craftable ghost costume (#38809)

* Adds ghost sheet

* Update miscellaneous.dm

* Update miscellaneous.dm

* So uh

I didn't consider what it would look like when you hold items in your hand while wearing this. So, extremely weak justification!

* Add UNDER_HEAD_LAYER

* Update miscellaneous.dm
This commit is contained in:
Winterous
2018-07-03 18:43:46 -04:00
committed by Emmett Gaines
parent 7686609348
commit 5e79b65ce7
5 changed files with 19 additions and 1 deletions
+8
View File
@@ -669,3 +669,11 @@
tools = list(TOOL_SCREWDRIVER, TOOL_WIRECUTTER)
reqs = list(/obj/item/clothing/glasses/sunglasses/reagent = 1)
category = CAT_CLOTHING
/datum/crafting_recipe/ghostsheet
name = "Ghost Sheet"
result = /obj/item/clothing/suit/ghost_sheet
time = 5
tools = list(TOOL_WIRECUTTER)
reqs = list(/obj/item/bedsheet = 1)
category = CAT_CLOTHING