diff --git a/Content.Server/Stories/GameTicking/Rules/Components/ShadowlingRuleComponent.cs b/Content.Server/Stories/GameTicking/Rules/Components/ShadowlingRuleComponent.cs index 5a12920f88..5f8e0b6436 100644 --- a/Content.Server/Stories/GameTicking/Rules/Components/ShadowlingRuleComponent.cs +++ b/Content.Server/Stories/GameTicking/Rules/Components/ShadowlingRuleComponent.cs @@ -15,7 +15,7 @@ public sealed partial class ShadowlingRuleComponent : Component public Color AscendanceAnnouncementColor = Color.Red; [DataField] - public SoundSpecifier? AscendanceGlobalSound = new SoundPathSpecifier("/Audio/Stories/Misc/purple_code.ogg"); + public SoundSpecifier? AscendanceGlobalSound = new SoundPathSpecifier("/Audio/Stories/Misc/purple_code_remix.ogg"); [DataField] public TimeSpan RoundEndTime = TimeSpan.FromMinutes(4); diff --git a/Resources/Audio/Stories/Misc/attributions.yml b/Resources/Audio/Stories/Misc/attributions.yml index e432b0e3e6..68c9d3145b 100644 --- a/Resources/Audio/Stories/Misc/attributions.yml +++ b/Resources/Audio/Stories/Misc/attributions.yml @@ -7,3 +7,8 @@ license: "CC-BY-4.0" copyright: "bobik-music" source: "https://www.youtube.com/watch?v=vFO7bhv54W0" + +- files: ["purple_code_remix.ogg"] + license: "CC-BY-4.0" + copyright: "bobik-music" + source: "https://youtu.be/rhABoExfiEM?si=8RjBhIxZ4JqxOltX" diff --git a/Resources/Audio/Stories/Misc/purple_code_remix.ogg b/Resources/Audio/Stories/Misc/purple_code_remix.ogg new file mode 100644 index 0000000000..900a8ad178 Binary files /dev/null and b/Resources/Audio/Stories/Misc/purple_code_remix.ogg differ