File tree Expand file tree Collapse file tree 5 files changed +12
-1
lines changed
Prototypes/_ES/SoundCollections Expand file tree Collapse file tree 5 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ namespace Content.Server.Audio;
1414public 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 ! ;
Original file line number Diff line number Diff line change 1+ - files : ["vast.ogg"]
2+ license : " CC-BY-NC-SA-3.0"
3+ copyright : " Vast by pigeonbeans."
4+ source : " https://on.soundcloud.com/6V58YQwnhIyD3jzYCb"
Original file line number Diff line number Diff line change 99
1010# ES START
1111- /Prototypes/lobbyscreens.yml
12+ - /Prototypes/SoundCollections/lobby.yml
1213# ES END
Original file line number Diff line number Diff line change 1+ - type : soundCollection
2+ id : LobbyMusicES
3+ files :
4+ - /Audio/_ES/Lobby/vast.ogg
You can’t perform that action at this time.
0 commit comments