Remove duplicate tracking implants (#17365)

This commit is contained in:
Qwertytoforty
2022-01-24 14:32:55 +01:00
committed by GitHub
parent 9ca8b4dc6e
commit 57eb272399
2 changed files with 1 additions and 9 deletions
@@ -30,11 +30,3 @@
circuitry. As a result neurotoxins can cause massive damage.<HR>
Implant Specifics:<BR>"}
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)
..()