From c838eb19dbf627c5f1428f542fff78f902b52860 Mon Sep 17 00:00:00 2001 From: Killian <49700375+KillianKirilenko@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:57:05 +0000 Subject: [PATCH] Update pda.dm because lemon asked nicely --- code/modules/pda/pda.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/pda/pda.dm b/code/modules/pda/pda.dm index 566621c40e3..faa109840e8 100644 --- a/code/modules/pda/pda.dm +++ b/code/modules/pda/pda.dm @@ -50,7 +50,8 @@ var/global/list/obj/item/device/pda/PDAs = list() "bark" = 'sound/voice/bark2.ogg', "bork" = 'sound/voice/bork.ogg', "roark" = 'sound/voice/roarbark.ogg', - "chitter" = 'sound/voice/moth/moth_chitter.ogg') + "chitter" = 'sound/voice/moth/moth_chitter.ogg', + "squish" = 'sound/effects/slime_squish.ogg') var/hidden = 0 // Is the PDA hidden from the PDA list? var/touch_silent = 0 //If 1, no beeps on interacting.