Merge pull request #11611 from farie82/blindfold-craftable

Blindfolds are now craftable from 3 cloth
This commit is contained in:
variableundefined
2019-08-11 15:00:34 +08:00
committed by GitHub
@@ -216,6 +216,8 @@ var/global/list/datum/stack_recipe/cloth_recipes = list ( \
null, \
new/datum/stack_recipe("fingerless gloves", /obj/item/clothing/gloves/fingerless, 1), \
new/datum/stack_recipe("black gloves", /obj/item/clothing/gloves/color/black, 3), \
null, \
new/datum/stack_recipe("blindfold", /obj/item/clothing/glasses/sunglasses/blindfold, 3), \
)
/obj/item/stack/sheet/cloth