Merge pull request #1513 from Kabramen/Handrail

Handrail and Bathrobes
This commit is contained in:
Dahlular
2021-12-30 09:43:01 -08:00
committed by GitHub
9 changed files with 80 additions and 2 deletions
@@ -333,6 +333,7 @@ GLOBAL_LIST_INIT(cloth_recipes, list ( \
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), \
new/datum/stack_recipe("tunic", /obj/item/clothing/under/tunic, 3), \
new/datum/stack_recipe("bathrobe", /obj/item/clothing/suit/bathrobe, 3), \
null, \
new/datum/stack_recipe("backpack", /obj/item/storage/backpack, 4), \
new/datum/stack_recipe("duffel bag", /obj/item/storage/backpack/duffelbag, 6), \