diff --git a/AutoTrackR2/KillStreakManager.cs b/AutoTrackR2/KillStreakManager.cs
index 1c8bc8a..f84d27c 100644
--- a/AutoTrackR2/KillStreakManager.cs
+++ b/AutoTrackR2/KillStreakManager.cs
@@ -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",
diff --git a/AutoTrackR2/sounds/dog_bowl.wav b/AutoTrackR2/sounds/dog_bowl.wav
new file mode 100644
index 0000000..96096ac
Binary files /dev/null and b/AutoTrackR2/sounds/dog_bowl.wav differ