Leather crafting menu can be used again. (#47103)

This commit is contained in:
Firecage
2019-10-17 11:03:08 +02:00
committed by AnturK
parent 683f95edac
commit 8dad3bf7f5
@@ -162,7 +162,7 @@ GLOBAL_LIST_INIT(leather_recipes, list ( \
new/datum/stack_recipe("leather overcoat", /obj/item/clothing/suit/jacket/leather/overcoat, 10), \
))
/obj/item/stack/sheet/leather/Initialize/get_main_recipes()
/obj/item/stack/sheet/leather/get_main_recipes()
. = ..()
. += GLOB.leather_recipes
/*