diff --git a/Content.Shared/_RMC14/CCVar/RMCCVars.cs b/Content.Shared/_RMC14/CCVar/RMCCVars.cs index 1d4a4673489..61030ece7f6 100644 --- a/Content.Shared/_RMC14/CCVar/RMCCVars.cs +++ b/Content.Shared/_RMC14/CCVar/RMCCVars.cs @@ -13,5 +13,5 @@ public sealed class RMCCVars : CVars CVarDef.Create("rmc.mentor_help_rate_limit_count", 10, CVar.SERVERONLY); public static readonly CVarDef RMCMentorHelpSound = - CVarDef.Create("rmc.mentor_help_sound", "/Audio/_RMC14/Effects/Admin/mhelp.ogg", CVar.ARCHIVE | CVar.CLIENTONLY); + CVarDef.Create("rmc.mentor_help_sound", "/Audio/_RMC14/Effects/Admin/mhelp.ogg", CVar.ARCHIVE | CVar.REPLICATED); // DeltaV - change from CVar.CLIENTONLY to CVar.REPLICATED } diff --git a/Resources/Audio/_DV/Effects/Admin/attributions.yml b/Resources/Audio/_DV/Effects/Admin/attributions.yml new file mode 100644 index 00000000000..29ba321338a --- /dev/null +++ b/Resources/Audio/_DV/Effects/Admin/attributions.yml @@ -0,0 +1,4 @@ +- files: [ "chord2.ogg" ] + license: "CC-BY-3.0" + copyright: "Created by Aarni Koskela / @akx GitHub" + source: "https://github.com/akx/Notifications/blob/master/OGG/Chord2.ogg" diff --git a/Resources/Audio/_DV/Effects/Admin/chord2.ogg b/Resources/Audio/_DV/Effects/Admin/chord2.ogg new file mode 100644 index 00000000000..b3380c19110 Binary files /dev/null and b/Resources/Audio/_DV/Effects/Admin/chord2.ogg differ diff --git a/Resources/ConfigPresets/DeltaV/deltav.toml b/Resources/ConfigPresets/DeltaV/deltav.toml index b6a91af9e00..b18510865db 100644 --- a/Resources/ConfigPresets/DeltaV/deltav.toml +++ b/Resources/ConfigPresets/DeltaV/deltav.toml @@ -91,3 +91,6 @@ easy_mode = false # reclaimer can work on soul-ful bodies, mrp server [surgery] can_operate_on_self = false # mrp... + +[rmc] +mentor_help_sound = "/Audio/_DV/Effects/Admin/chord2.ogg" # we get our own sound