diff --git a/code/modules/antagonists/abductor/equipment/abduction_gear.dm b/code/modules/antagonists/abductor/equipment/abduction_gear.dm
index 5f0c3ec2ce..ac657e9491 100644
--- a/code/modules/antagonists/abductor/equipment/abduction_gear.dm
+++ b/code/modules/antagonists/abductor/equipment/abduction_gear.dm
@@ -358,7 +358,7 @@
if(QDELETED(L) || L.stat == DEAD)
return
- to_chat(L, "You hear a voice in your head saying: [message]")
+ to_chat(L, "You hear a voice in your head saying: [message]")
to_chat(user, "You send the message to your target.")
log_directed_talk(user, L, message, LOG_SAY, "abductor whisper")