Skip to content

Commit

Permalink
accidentally committed a goober action. the code monkey responsible h…
Browse files Browse the repository at this point in the history
…as been shot
  • Loading branch information
W4rd3nn committed Oct 23, 2024
1 parent 78770fc commit 8556611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/__HELPERS/announcements.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
for(var/mob/target in players)
to_chat(target, finalized_announcement)
if(play_sound && target.client?.prefs.read_preference(/datum/preference/numeric/sound_announcements)) //DOPPLER EDIT CHANGE - Original: if(play_sound && target.client?.prefs.read_preference(/datum/preference/toggle/sound_announcements))
SEND_SOUND(target, sound(sound_override))
else
to_chat(world, finalized_announcement)

Expand Down

0 comments on commit 8556611

Please sign in to comment.