From 08809072bbdc30d44e38e1555c2bbcd09a36aeb5 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 18 Jan 2018 17:48:01 -0500 Subject: [PATCH] Merge pull request #34558 from AutomaticFrenzy/patch/pda-logs Log PDA messages sent by the message monitor console --- code/game/machinery/telecomms/computers/message.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/telecomms/computers/message.dm b/code/game/machinery/telecomms/computers/message.dm index 8e9b348502..4b44f02096 100644 --- a/code/game/machinery/telecomms/computers/message.dm +++ b/code/game/machinery/telecomms/computers/message.dm @@ -417,6 +417,7 @@ )) // this will log the signal and transmit it to the target linkedServer.receive_information(signal, null) + log_talk(usr, "[key_name(usr)] (PDA: [name]) sent \"[custommessage]\" to [signal.format_target()]", LOGPDA) //Request Console Logs - KEY REQUIRED