add cloth foot wrap recipe (#19052)

This commit is contained in:
Henri215
2022-09-16 18:36:51 +01:00
committed by GitHub
parent c5d575dacb
commit 7ff1418ae4
@@ -246,8 +246,9 @@ GLOBAL_LIST_INIT(wood_recipes, list(
*/
GLOBAL_LIST_INIT(cloth_recipes, list ( \
new/datum/stack_recipe("white jumpsuit", /obj/item/clothing/under/color/white, 3), \
new/datum/stack_recipe("white shoes", /obj/item/clothing/shoes/white, 2), \
new/datum/stack_recipe("white scarf", /obj/item/clothing/accessory/scarf/white, 1), \
new/datum/stack_recipe("white shoes", /obj/item/clothing/shoes/white, 2),
new/datum/stack_recipe("cloth footwraps", /obj/item/clothing/shoes/footwraps, 2), \
null, \
new/datum/stack_recipe("backpack", /obj/item/storage/backpack, 4), \
new/datum/stack_recipe("dufflebag", /obj/item/storage/backpack/duffel, 6), \