From ebc5ea182101d5ebe86a8afdd1d032f950d96b6e Mon Sep 17 00:00:00 2001 From: Sza'Thi Date: Fri, 5 Feb 2021 23:16:04 +0100 Subject: [PATCH] [NON-MODULAR] Adds a crafting recipe for the double emergency oxygen tank (#2834) * [NON-MODULAR] Adds a crafting recipe for the double emergency oxygen tank * Lingering code. --- code/datums/components/crafting/recipes.dm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/code/datums/components/crafting/recipes.dm b/code/datums/components/crafting/recipes.dm index 02dae04d648..e8cfacc9834 100644 --- a/code/datums/components/crafting/recipes.dm +++ b/code/datums/components/crafting/recipes.dm @@ -1080,6 +1080,17 @@ result = /obj/item/pickaxe/improvised category = CAT_MISC +// Skryat addition start +/datum/crafting_recipe/doubletank + name = "Double emergency oxygen tank" + reqs = list( + /obj/item/tank/internals/emergency_oxygen/engi = 2, + /obj/item/stack/sticky_tape = 1, + ) + result = /obj/item/tank/internals/emergency_oxygen/double/empty + category = CAT_MISC +// Skyrat addition end + /datum/crafting_recipe/underwater_basket name = "Underwater Basket (Bamboo)" reqs = list(