From d07f49433a67dea01d44f110c7741314787acb46 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 6 Apr 2017 06:38:28 -0400 Subject: [PATCH] oh, this is what you meant.... --- code/game/objects/items/weapons/implants/implant_abductor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/implants/implant_abductor.dm b/code/game/objects/items/weapons/implants/implant_abductor.dm index 66ba73b3d37..4985576e66c 100644 --- a/code/game/objects/items/weapons/implants/implant_abductor.dm +++ b/code/game/objects/items/weapons/implants/implant_abductor.dm @@ -15,7 +15,7 @@ cooldown = 0 processing_objects.Add(src) else - to_chat(imp_in, "You must wait [(30 - cooldown)*2] seconds to use [src] again!") + to_chat(imp_in, "You must wait [(total_cooldown - cooldown)*2] seconds to use [src] again!") /obj/item/weapon/implant/abductor/process() if(cooldown < total_cooldown)