Merge remote-tracking branch 'upstream/master'

This commit is contained in:
BongaTheProto
2022-05-24 09:35:48 -05:00
3 changed files with 5 additions and 0 deletions
@@ -295,6 +295,7 @@ GLOBAL_LIST_INIT(bananium_recipes, list ( \
GLOBAL_LIST_INIT(titanium_recipes, list ( \
new/datum/stack_recipe("titanium tile", /obj/item/stack/tile/mineral/titanium, 1, 4, 20), \
new/datum/stack_recipe("titanic ingot", /obj/item/ingot/titanium, 6, time = 100), \
new/datum/stack_recipe("shuttle seat", /obj/structure/chair/comfy/shuttle, 2, one_per_turf = TRUE, on_floor = TRUE), \
))
/obj/item/stack/sheet/mineral/titanium/get_main_recipes()