mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
add cloth foot wrap recipe (#19052)
This commit is contained in:
@@ -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), \
|
||||
|
||||
Reference in New Issue
Block a user