[MODULAR] Adds the pirate eyepatch to crafting menu (#11037)

* Adds eyepatch to crafting menu

* Moved crafting to cloth crafting

* Moved the recipe to line 410

* added comment at line 410

* made comment uniform
This commit is contained in:
Mega-Drones
2022-01-27 22:43:14 +00:00
committed by GitHub
parent b74bbaf02c
commit 39eb4f5bea
@@ -407,6 +407,7 @@ GLOBAL_LIST_INIT(cloth_recipes, list ( \
null, \
new/datum/stack_recipe("blindfold", /obj/item/clothing/glasses/blindfold, 2), \
new/datum/stack_recipe("eyepatch wrap", /obj/item/clothing/glasses/eyepatch/wrap, 2), /*SKYRAT EDIT ADDITION*/ \
new/datum/stack_recipe("eyepatch", /obj/item/clothing/glasses/eyepatch, 2), /*SKYRAT EDIT ADDITION*/ \
null, \
new/datum/stack_recipe("19x19 canvas", /obj/item/canvas/nineteen_nineteen, 3), \
new/datum/stack_recipe("23x19 canvas", /obj/item/canvas/twentythree_nineteen, 4), \