Skip to content

Commit

Permalink
Update code/modules/mob/living/say.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SuhEugene <[email protected]>
  • Loading branch information
Lexanx and SuhEugene authored Nov 27, 2023
1 parent 74a1240 commit 467543c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ proc/get_radio_key_from_channel(var/channel)

if(speaking.speech_sound && prob(speaking.sound_chance))
var/sound/language_voice = pick(speaking.speech_sound)
playsound(usr.loc, language_voice, 75, 1)
playsound(loc, language_voice, 75, 1)


//parse the radio code and consume it
Expand Down

0 comments on commit 467543c

Please sign in to comment.