Skip to content

Commit

Permalink
Tweaks announcement sounds (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit authored Jan 25, 2024
1 parent fe33025 commit 726a91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/procs/announce.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/var/datum/announcement/priority/priority_announcement = new(do_log = 0)
/var/datum/announcement/priority/priority_announcement = new(do_log = 0, new_sound = 'sound/misc/notice2.ogg')
/var/datum/announcement/priority/command/command_announcement = new(do_log = 0, do_newscast = 1)
/var/datum/announcement/minor/minor_announcement = new(new_sound = 'sound/AI/commandreport.ogg',)

Expand All @@ -24,7 +24,7 @@
log = do_log
newscast = do_newscast

/datum/announcement/priority/command/New(var/do_log = 1, var/new_sound = 'sound/misc/notice2.ogg', var/do_newscast = 0)
/datum/announcement/priority/command/New(var/do_log = 1, var/new_sound = 'sound/misc/announce.ogg', var/do_newscast = 0)
..(do_log, new_sound, do_newscast)
title = "[GLOB.using_map.boss_name] Update"
announcement_type = "[GLOB.using_map.boss_name] Update"
Expand Down
Binary file added sound/misc/announce.ogg
Binary file not shown.

0 comments on commit 726a91f

Please sign in to comment.