diff --git a/Content.Client/Voting/VoteManager.cs b/Content.Client/Voting/VoteManager.cs index bd70402fb0..d53c0e432d 100644 --- a/Content.Client/Voting/VoteManager.cs +++ b/Content.Client/Voting/VoteManager.cs @@ -8,6 +8,8 @@ using Robust.Client.UserInterface; using Robust.Shared.IoC; using Robust.Shared.Network; using Robust.Shared.Timing; +using Robust.Shared.Player; +using Robust.Shared.Audio; namespace Content.Client.Voting @@ -115,6 +117,7 @@ namespace Content.Client.Voting } @new = true; + SoundSystem.Play(Filter.Local(), "/Audio/Effects/voteding.ogg"); // New vote from the server. var vote = new ActiveVote(voteId) diff --git a/Resources/Audio/Effects/license.txt b/Resources/Audio/Effects/license.txt index c0dd1c0523..d5727525a3 100644 --- a/Resources/Audio/Effects/license.txt +++ b/Resources/Audio/Effects/license.txt @@ -9,3 +9,4 @@ adminhelp.ogg taken from https://github.com/tgstation/tgstation/blob/d775e1ac804 Actual source is https://freesound.org/people/martian/sounds/19261/ (CC0) The sound had been reversed and the volume altered. +voteding.ogg taken from "Bike, Bell Ding, Single, 01-01.wav" by InspectorJ (www.jshaw.co.uk) of Freesound.org at https://freesound.org/people/InspectorJ/sounds/484344/ under CC BY 3.0. The volume has been reduced. diff --git a/Resources/Audio/Effects/voteding.ogg b/Resources/Audio/Effects/voteding.ogg new file mode 100644 index 0000000000..dd77912623 Binary files /dev/null and b/Resources/Audio/Effects/voteding.ogg differ