diff --git a/code/modules/vote/vote_datum.dm b/code/modules/vote/vote_datum.dm index 40130afd013..25385606a81 100644 --- a/code/modules/vote/vote_datum.dm +++ b/code/modules/vote/vote_datum.dm @@ -120,7 +120,7 @@ "[start_text]

\ Click here or type Vote to place your vote.
\ You have [GLOB.configuration.vote.vote_time / 10] seconds to vote.
"), MESSAGE_TYPE_OOC) - SEND_SOUND(world, sound('sound/ambience/alarm4.ogg')) + SEND_SOUND(world, sound('sound/misc/server_alert.ogg')) /datum/vote/proc/tick() diff --git a/sound/Attributions.txt b/sound/Attributions.txt index 3b80bc78d79..dc0426da45c 100644 --- a/sound/Attributions.txt +++ b/sound/Attributions.txt @@ -5,3 +5,5 @@ creatures/dog_yelp.ogg is DogYelp.wav. It is under a CC-BY 3.0 license. It has b standard_stamp.ogg is adapted from tom_woysky's "Stamp.wav" https://freesound.org/people/tom_woysky/sounds/348316/ machines/triple_beep.ogg is taken from /tg/station. Source (https://github.com/tgstation/tgstation) + +misc/server_alert.ogg is taken from https://freesound.org/people/rhodesmas/sounds/380264/ and compressed to .ogg, under the CC-BY 3.0 license. diff --git a/sound/misc/server_alert.ogg b/sound/misc/server_alert.ogg new file mode 100644 index 00000000000..b9bfb6caa92 Binary files /dev/null and b/sound/misc/server_alert.ogg differ