[READY] Adds follower hoodies to crafting menu (#43810)

* Follower hoodies can be crafted by those wearing follower hoodies

* Adds bible tool requirement to follower hoodie construction
This commit is contained in:
RaveRadbury
2019-05-11 18:19:47 +02:00
committed by AnturK
parent dddc52743e
commit 84a0a262ec
+8
View File
@@ -645,6 +645,14 @@
result = /obj/item/clothing/under/mummy
reqs = list(/obj/item/stack/sheet/cloth = 5)
/datum/crafting_recipe/chaplain_hood
name = "Follower Hoodie"
result = /obj/item/clothing/suit/hooded/chaplain_hoodie
time = 10
tools = list(/obj/item/clothing/suit/hooded/chaplain_hoodie, /obj/item/storage/book/bible)
reqs = list(/obj/item/stack/sheet/cloth = 4)
category = CAT_CLOTHING
/datum/crafting_recipe/guillotine
name = "Guillotine"
result = /obj/structure/guillotine