Skip to content

Commit

Permalink
phone calls
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jul 27, 2023
1 parent 299201a commit ed2c5c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/cm_phone/phone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed2c5c5

Please sign in to comment.