Skip to content

Commit

Permalink
Thanks unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 17, 2023
1 parent 7ac488b commit c7a52db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/cm_phone/handset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
/obj/item/handset/hear_talk(mob/living/talker, message, verb="says", datum/language/message_language, italics = 0)
. = ..()

if(!phone_component)
return

if(talker == loc)
phone_component.handle_speak(message, message_language, talker, direct_talking = TRUE)
return
Expand Down

0 comments on commit c7a52db

Please sign in to comment.