Skip to content

Commit

Permalink
disable megaphone sound
Browse files Browse the repository at this point in the history
some sound would be good but this one is obnoxious
  • Loading branch information
Doubleumc committed Aug 30, 2024
1 parent 2e4c070 commit e9db4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/megaphone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
continue
listener.show_message("<B>[user]</B> broadcasts, [FONT_SIZE_LARGE("\"[message]\"")]", SHOW_MESSAGE_AUDIBLE) // 2 stands for hearable message
langchat_long_listeners += listener
playsound(loc, 'sound/items/megaphone.ogg', 100, FALSE, TRUE)
//playsound(loc, 'sound/items/megaphone.ogg', 100, FALSE, TRUE)
user.langchat_long_speech(message, langchat_long_listeners, user.get_default_language())

COOLDOWN_START(src, spam_cooldown, spam_cooldown_time)

0 comments on commit e9db4c3

Please sign in to comment.