diff --git a/Content.Server/Nuke/NukeSystem.cs b/Content.Server/Nuke/NukeSystem.cs index 6f08aed792..3b8af8bf80 100644 --- a/Content.Server/Nuke/NukeSystem.cs +++ b/Content.Server/Nuke/NukeSystem.cs @@ -385,7 +385,7 @@ namespace Content.Server.Nuke // Don't double-dip on the octave shifting component.LastPlayedKeypadSemitones = number == 0 ? component.LastPlayedKeypadSemitones : semitoneShift; - SoundSystem.Play(component.KeypadPressSound.GetSound(), Filter.Pvs(uid), + SoundSystem.Play(component.KeypadPressSound.GetSound(), Filter.Pvs(uid), uid, AudioHelpers.ShiftSemitone(semitoneShift).WithVolume(-5f)); }