Update pda.dm

because lemon asked nicely
This commit is contained in:
Killian
2023-12-01 00:57:05 +00:00
parent 197cf5ae54
commit c838eb19db
+2 -1
View File
@@ -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.