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)