From cba42e7cf2986620e82dcb885c034e3e4a62d7c1 Mon Sep 17 00:00:00 2001 From: Enric Gabriel <43283559+SandPoot@users.noreply.github.com> Date: Wed, 29 Jul 2020 22:01:58 -0300 Subject: [PATCH] no. --- sandcode/code/modules/research/designs/misc_designs.dm | 10 ---------- sandcode/code/modules/research/techweb/all_nodes.dm | 8 -------- 2 files changed, 18 deletions(-) diff --git a/sandcode/code/modules/research/designs/misc_designs.dm b/sandcode/code/modules/research/designs/misc_designs.dm index 0b120556b3..9c9b9315a6 100644 --- a/sandcode/code/modules/research/designs/misc_designs.dm +++ b/sandcode/code/modules/research/designs/misc_designs.dm @@ -8,16 +8,6 @@ category = list("Misc", "Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_SERVICE -/datum/design/construction_bag - name = "Construction Bag" - desc = "A bag for storing small construction components." - id = "engbag" - build_type = PROTOLATHE - build_path = /obj/item/storage/bag/construction - materials = list(/datum/material/iron = 250, /datum/material/glass = 250) - category = list("Misc") - departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING - /datum/design/cyberimp_toolset_advanced name = "Advanced Toolset Arm Implant" desc = "A very advanced version of the regular toolset implant, has alien stuff!" diff --git a/sandcode/code/modules/research/techweb/all_nodes.dm b/sandcode/code/modules/research/techweb/all_nodes.dm index 840d7499b5..91628e5cba 100644 --- a/sandcode/code/modules/research/techweb/all_nodes.dm +++ b/sandcode/code/modules/research/techweb/all_nodes.dm @@ -15,14 +15,6 @@ research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500) hidden = FALSE -/datum/techweb_node/engineering/bag - id = "engineering_bag" - display_name = "Construction Bag" - description = "A bag for storing small construction components." - prereq_ids = list("engineering") - design_ids = list("engbag") - research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 1250) - /datum/techweb_node/adv_bluetravel id = "advanced_bluetravel" display_name = "Advanced Bluespace Travel"