From 57eb272399988073a20d21cc4b33911c1c7c8d0c Mon Sep 17 00:00:00 2001
From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com>
Date: Mon, 24 Jan 2022 08:32:55 -0500
Subject: [PATCH] Remove duplicate tracking implants (#17365)
---
code/game/objects/items/weapons/implants/implant_track.dm | 8 --------
code/modules/research/designs/medical_designs.dm | 2 +-
2 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/code/game/objects/items/weapons/implants/implant_track.dm b/code/game/objects/items/weapons/implants/implant_track.dm
index af37768f469..ba24101f552 100644
--- a/code/game/objects/items/weapons/implants/implant_track.dm
+++ b/code/game/objects/items/weapons/implants/implant_track.dm
@@ -30,11 +30,3 @@
circuitry. As a result neurotoxins can cause massive damage.
Implant Specifics:
"}
return dat
-
-/obj/item/implantcase/track
- name = "implant case - 'Tracking'"
- desc = "A glass case containing a tracking implant."
-
-/obj/item/implantcase/track/New()
- imp = new /obj/item/implant/tracking(src)
- ..()
diff --git a/code/modules/research/designs/medical_designs.dm b/code/modules/research/designs/medical_designs.dm
index ce0ad2d31b9..5ef447a77ea 100644
--- a/code/modules/research/designs/medical_designs.dm
+++ b/code/modules/research/designs/medical_designs.dm
@@ -560,7 +560,7 @@
req_tech = list("materials" = 2, "biotech" = 3, "magnets" = 3, "programming" = 2)
build_type = PROTOLATHE
materials = list(MAT_METAL = 500, MAT_GLASS = 500)
- build_path = /obj/item/implantcase/track
+ build_path = /obj/item/implantcase/tracking
category = list("Medical")
//Cybernetic organs