Skip to content

Commit

Permalink
hotfix for radio talking
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Oct 22, 2023
1 parent 3b00860 commit d2be52e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions code/modules/mob/living/carbon/human/say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,10 @@
used_radios += I
break // remove this if we EVER have two different intercomms with DIFFERENT frequencies IN ONE ROOM
else
var/earpiece = get_type_in_ears(/obj/item/device/radio)
if(earpiece)
used_radios += earpiece
if(message_mode != MESSAGE_MODE_LOCAL)
var/earpiece = get_type_in_ears(/obj/item/device/radio)
if(earpiece)
used_radios += earpiece

var/sound/speech_sound
var/sound_vol
Expand Down

0 comments on commit d2be52e

Please sign in to comment.