Adds footwraps as a roundstart and craftable shoe

This commit is contained in:
Chloe Carver-Brown
2021-01-16 02:49:23 +00:00
parent bd99974968
commit b49dc9536a
7 changed files with 11 additions and 0 deletions
@@ -311,6 +311,7 @@ GLOBAL_LIST_INIT(bamboo_recipes, list ( \
GLOBAL_LIST_INIT(cloth_recipes, list ( \
new/datum/stack_recipe("grey jumpsuit", /obj/item/clothing/under/color/grey, 3), \
new/datum/stack_recipe("black shoes", /obj/item/clothing/shoes/sneakers/black, 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("duffel bag", /obj/item/storage/backpack/duffelbag, 6), \