Eshe fixes (#388)

* fix: antags must be alive

* fix: fix flare gun

* fix: fix rd suit size

* remove govnovoz
This commit is contained in:
ThereDrD0
2024-06-27 21:29:16 +03:00
committed by GitHub
parent 7048913336
commit 804ea205d6
5 changed files with 52 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ namespace Content.Server.Audio;
public sealed class ContentAudioSystem : SharedContentAudioSystem
{
[ValidatePrototypeId<SoundCollectionPrototype>]
private const string LobbyMusicCollection = "LobbyMusic";
private const string LobbyMusicCollection = "LobbyMusicWhite";
[Dependency] private readonly AudioSystem _serverAudio = default!;
[Dependency] private readonly IRobustRandom _robustRandom = default!;