From 113f62a70522121db44cd5a8356c3392a52e9e95 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 17 Oct 2019 01:38:29 -0400 Subject: [PATCH] right we removed my tools... --- code/modules/cargo/exports/orgains_robotics.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/cargo/exports/orgains_robotics.dm b/code/modules/cargo/exports/orgains_robotics.dm index e347b82484..924d27c1d2 100644 --- a/code/modules/cargo/exports/orgains_robotics.dm +++ b/code/modules/cargo/exports/orgains_robotics.dm @@ -139,8 +139,3 @@ cost = 5 unit_name = "surgery tool" export_types = list(/obj/item/retractor, /obj/item/hemostat, /obj/item/cautery, /obj/item/surgicaldrill, /obj/item/scalpel, /obj/item/circular_saw, /obj/item/surgical_drapes) - -/datum/export/robotics/surgery_gear_adv - cost = 75 - unit_name = "advanced surgery tool" - export_types = list(/obj/item/retractor/adv, /obj/item/hemostat/adv, /obj/item/cautery/adv, /obj/item/surgicaldrill/adv, /obj/item/scalpel/adv, /obj/item/circular_saw/adv)