Single Kills get Dog Bowl

This commit is contained in:
Heavy Bob 2025-04-16 06:51:20 +10:00
parent 5f7daffaee
commit 0b4f4c15d9
2 changed files with 1 additions and 0 deletions

View file

@ -38,6 +38,7 @@ public class KillStreakManager : IDisposable
// Handle multi-kill announcements
string? multiKillSound = _currentKills switch
{
1 => "dog_bowl.wav",
2 => "double_kill.wav",
3 => "triple_kill.wav",
4 => "overkill.wav",

Binary file not shown.