mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Update pda.dm
because lemon asked nicely
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user