mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Makes smith bag craftable with leather (#30465)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user