From 074d12057d3c504ef10e69ee787812f142006dee Mon Sep 17 00:00:00 2001 From: Pandora Date: Sun, 27 Feb 2022 19:54:28 +0000 Subject: [PATCH] Again, I can't read This is why I shouldn't code when tired --- code/modules/pda/pda.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/pda/pda.dm b/code/modules/pda/pda.dm index 911770c0b9c..5fbc8aa271d 100644 --- a/code/modules/pda/pda.dm +++ b/code/modules/pda/pda.dm @@ -36,7 +36,7 @@ var/global/list/obj/item/device/pda/PDAs = list() // "holy" = 'sound/items/PDA/ambicha4-short.ogg', "xeno" = 'sound/voice/hiss1.ogg', "dust" = 'sound/effects/supermatter.ogg', - "spark" = 'sound/effects/spark4.ogg', + "spark" = 'sound/effects/sparks4.ogg', "rad" = 'sound/items/geiger/high1.ogg', "servo" = 'sound/machines/rig/rigservo.ogg') var/hidden = 0 // Is the PDA hidden from the PDA list?