From 5e1658445c4a72de13070a2bb8633876d672e01c Mon Sep 17 00:00:00 2001 From: Linzolle Date: Thu, 24 Oct 2019 12:11:58 -0500 Subject: [PATCH] that doesn't exist --- code/modules/antagonists/abductor/equipment/abduction_gear.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")