Skip to content

Commit f9215ac

Browse files
Merge pull request #23 from Sadie-silly/Real
Lobby music
2 parents 50d29c5 + c1dea93 commit f9215ac

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

Content.Server/Audio/ContentAudioSystem.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ namespace Content.Server.Audio;
1414
public sealed class ContentAudioSystem : SharedContentAudioSystem
1515
{
1616
[ValidatePrototypeId<SoundCollectionPrototype>]
17-
private const string LobbyMusicCollection = "LobbyMusic";
17+
// ES START
18+
private const string LobbyMusicCollection = "LobbyMusicES";
19+
// ES END
1820

1921
[Dependency] private readonly AudioSystem _serverAudio = default!;
2022
[Dependency] private readonly IRobustRandom _robustRandom = default!;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- files: ["vast.ogg"]
2+
license: "CC-BY-NC-SA-3.0"
3+
copyright: "Vast by pigeonbeans."
4+
source: "https://on.soundcloud.com/6V58YQwnhIyD3jzYCb"

Resources/Audio/_ES/Lobby/vast.ogg

2.88 MB
Binary file not shown.

Resources/IgnoredPrototypes/ignoredPrototypes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99

1010
# ES START
1111
- /Prototypes/lobbyscreens.yml
12+
- /Prototypes/SoundCollections/lobby.yml
1213
# ES END
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- type: soundCollection
2+
id: LobbyMusicES
3+
files:
4+
- /Audio/_ES/Lobby/vast.ogg

0 commit comments

Comments
 (0)