Skip to content

Commit

Permalink
sound tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Nov 1, 2023
1 parent a6167f8 commit f1d1399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/machinery/ARES/apollo_pda.dm
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,5 @@
return TRUE

if(playsound)
playsound(src, "keyboard_alt", 15, 1)
var/sound = pick('sound/machines/pda_button1.ogg', 'sound/machines/pda_button2.ogg')
playsound(src, sound, 15, TRUE)

0 comments on commit f1d1399

Please sign in to comment.