Makes smith bag craftable with leather (#30465)

This commit is contained in:
PollardTheDragon
2025-09-24 08:57:50 -04:00
committed by GitHub
parent 68fec5efff
commit 0cf3efcbc2
@@ -143,6 +143,7 @@ GLOBAL_LIST_INIT(leather_recipes, list (
new /datum/stack_recipe("leather satchel", /obj/item/storage/backpack/satchel, 5),
new /datum/stack_recipe("briefcase", /obj/item/storage/briefcase, 4),
new /datum/stack_recipe("bandolier", /obj/item/storage/belt/bandolier, 5),
new /datum/stack_recipe("smith's bag", /obj/item/storage/bag/smith, 5),
)),
null,
new /datum/stack_recipe("card box", /obj/item/deck/holder, 1),