From 9b6c2c07a430793f169cf9bb8e2d95da9fbb57a6 Mon Sep 17 00:00:00 2001 From: Cyantime Date: Mon, 25 May 2020 20:05:25 -0400 Subject: [PATCH] Show sent PDA messages to sender --- code/game/objects/items/devices/PDA/PDA.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/PDA/PDA.dm b/code/game/objects/items/devices/PDA/PDA.dm index 74fa1b56d65..27d44520182 100644 --- a/code/game/objects/items/devices/PDA/PDA.dm +++ b/code/game/objects/items/devices/PDA/PDA.dm @@ -1133,7 +1133,7 @@ var/global/list/obj/item/device/pda/PDAs = list() conversations.Add("\ref[P]") if(!P.conversations.Find("\ref[src]")) P.conversations.Add("\ref[src]") - + to_chat(U, "[bicon(src)] Sent message to [P.owner] ([P.ownjob]), \"[t]\"") if (prob(5) && security_level >= SEC_LEVEL_BLUE) //Give the AI a chance of intercepting the message //VOREStation Edit: no spam interception on lower codes + lower interception chance var/who = src.owner