Adds colored shoes to loadout, makes satchels craftable (#23293)

* Add colored shoes to loadout

* Allow crafting of satchels
This commit is contained in:
Nathan Winters
2023-11-24 16:38:12 +01:00
committed by GitHub
parent 18bc75363f
commit 0bbc523dad
2 changed files with 29 additions and 0 deletions
@@ -282,6 +282,7 @@ GLOBAL_LIST_INIT(cloth_recipes, list (
null,
new /datum/stack_recipe_list("cloth bags", list(
new /datum/stack_recipe("backpack", /obj/item/storage/backpack, 4),
new /datum/stack_recipe("satchel", /obj/item/storage/backpack/satchel_norm, 4),
new /datum/stack_recipe("dufflebag", /obj/item/storage/backpack/duffel, 6),
null,
new /datum/stack_recipe("plant bag", /obj/item/storage/bag/plants, 4),