From f98463c417e04a243840bf75668976fe764fc422 Mon Sep 17 00:00:00 2001 From: dearmochi Date: Sun, 10 Jan 2021 20:58:39 +0100 Subject: [PATCH] Tells kidnapped contractor targets they'll return in a few minutes (#15123) --- .../antagonists/traitor/contractor/datums/syndicate_contract.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/antagonists/traitor/contractor/datums/syndicate_contract.dm b/code/modules/antagonists/traitor/contractor/datums/syndicate_contract.dm index 7a1354e57be..9faf77487b3 100644 --- a/code/modules/antagonists/traitor/contractor/datums/syndicate_contract.dm +++ b/code/modules/antagonists/traitor/contractor/datums/syndicate_contract.dm @@ -465,6 +465,8 @@ we thank you for providing them. Your value is expended, and you will be ransomed back to your station. We always get paid, \ so it's only a matter of time before we send you back...\"") + to_chat(M, "You have been kidnapped and interrogated for valuable information! You will be sent back to the station in a few minutes...") + /** * Handles the target's return to station. *