From ed2c5c57e231a35f69e2867c2720570783ba6998 Mon Sep 17 00:00:00 2001 From: forest2001 Date: Thu, 27 Jul 2023 21:20:47 +0100 Subject: [PATCH] phone calls --- code/modules/cm_phone/phone.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/cm_phone/phone.dm b/code/modules/cm_phone/phone.dm index ac00e717f79a..b3e0ecd87206 100644 --- a/code/modules/cm_phone/phone.dm +++ b/code/modules/cm_phone/phone.dm @@ -312,6 +312,7 @@ GLOBAL_LIST_EMPTY_TYPED(transmitters, /obj/structure/transmitter) P.handle_hear(message, L, speaking) attached_to.handle_hear(message, L, speaking) + log_say("TELEPHONE: [key_name(speaking)] on Phone '[phone_id]' to '[T.phone_id]' said '[message]'") /obj/structure/transmitter/attackby(obj/item/W, mob/user) if(W == attached_to)