diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index c48a203c5912b2..9fe6a5a4e7ae51 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -705,7 +705,7 @@ public static readonly CVarDef public static readonly CVarDef AdminChatSoundVolume = CVarDef.Create("audio.admin_chat_sound_volume", -5f, CVar.ARCHIVE | CVar.CLIENT | CVar.REPLICATED); public static readonly CVarDef AHelpSound = - CVarDef.Create("audio.ahelp_sound", "/Audio/Effects/adminhelp.ogg", CVar.ARCHIVE | CVar.CLIENTONLY); + CVarDef.Create("audio.ahelp_sound", "/Audio/Effects/metal-pipe-falling.ogg", CVar.ARCHIVE | CVar.CLIENTONLY); /* * HUD diff --git a/Resources/Audio/Effects/attributions.yml b/Resources/Audio/Effects/attributions.yml index 0a445c0682ffde..413b6bca29214a 100644 --- a/Resources/Audio/Effects/attributions.yml +++ b/Resources/Audio/Effects/attributions.yml @@ -220,4 +220,10 @@ - files: [oof.ogg] copyright: '"hurt2.wav" by thecheeseman of Freesound.org. Edited.' license: CC-BY-4.0 - source: https://freesound.org/people/thecheeseman/sounds/44429 \ No newline at end of file + source: https://freesound.org/people/thecheeseman/sounds/44429 + +- files: ["metal-pipe-falling.ogg"] + copyright: "Taken from thenotcheeseman via freesound.org and mixed from stereo to mono." + license: CC0-1.0 + source: "https://freesound.org/people/thenotcheeseman/sounds/679206/" + diff --git a/Resources/Audio/Effects/metal-pipe-falling.ogg b/Resources/Audio/Effects/metal-pipe-falling.ogg new file mode 100644 index 00000000000000..42c1f8aba6d87e Binary files /dev/null and b/Resources/Audio/Effects/metal-pipe-falling.ogg differ