some tweaks (#26)
* - fix: Fix RD steal objectives * - tweak: Mini ebow now doesn't reset on hand select * - add: Enable fake death * - fix: Fix round restart sounds * - tweak: Increase new gas tank volume * - add: Add quit button
This commit is contained in:
@@ -568,9 +568,6 @@ namespace Content.Server.GameTicking
|
||||
{
|
||||
_playerGameStatuses[session.UserId] = LobbyEnabled ? PlayerGameStatus.NotReadyToPlay : PlayerGameStatus.ReadyToPlay;
|
||||
}
|
||||
|
||||
// Put a bangin' donk on it.
|
||||
_audio.PlayGlobal(_audio.GetSound(new SoundCollectionSpecifier("RoundEnd")), Filter.Broadcast(), true);
|
||||
}
|
||||
|
||||
public bool DelayStart(TimeSpan time)
|
||||
|
||||
Reference in New Issue
Block a user