From 2b668a8b7cf3b997548565bd8ff6b62f5d468492 Mon Sep 17 00:00:00 2001 From: Ghommie Date: Tue, 21 May 2019 23:12:23 +0200 Subject: [PATCH] activated = FALSE --- code/game/objects/items/implants/implant_track.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/objects/items/implants/implant_track.dm b/code/game/objects/items/implants/implant_track.dm index 7eaa2b67d1..4b7ae3bbac 100644 --- a/code/game/objects/items/implants/implant_track.dm +++ b/code/game/objects/items/implants/implant_track.dm @@ -18,6 +18,9 @@ imp_type = /obj/item/implant/gps /obj/item/implant/gps + name = "\improper GPS implant" + desc = "Track with this and a GPS." + activated = FALSE var/obj/item/gps/internal/mining/real_gps /obj/item/implant/gps/implant(mob/living/target, mob/user, silent = FALSE)