diff --git a/Content.Server/GameObjects/Components/PDA/PDAComponent.cs b/Content.Server/GameObjects/Components/PDA/PDAComponent.cs index 177c762093..f70cd43a9e 100644 --- a/Content.Server/GameObjects/Components/PDA/PDAComponent.cs +++ b/Content.Server/GameObjects/Components/PDA/PDAComponent.cs @@ -241,7 +241,7 @@ namespace Content.Server.GameObjects.Components.PDA hands.PutInHandOrDrop(cardItemComponent); ContainedID = null; - EntitySystem.Get().PlayFromEntity("/Audio/machines/machine_switch.ogg", Owner); + EntitySystem.Get().PlayFromEntity("/Audio/machines/id_swipe.ogg", Owner); UpdatePDAUserInterface(); } diff --git a/Resources/Audio/machines/id_swipe.ogg b/Resources/Audio/machines/id_swipe.ogg new file mode 100644 index 0000000000..4f00bb3610 Binary files /dev/null and b/Resources/Audio/machines/id_swipe.ogg differ