From fc984fcfe2a4416274810de81a8f36fe77b0dba9 Mon Sep 17 00:00:00 2001 From: iamgoofball Date: Fri, 1 Feb 2019 16:28:14 -0800 Subject: bugfixes and shit --- base/sounds/general/case_announced.ogg | Bin 0 -> 15790 bytes base/themes/default/courtroom_sounds.ini | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 base/sounds/general/case_announced.ogg (limited to 'base') diff --git a/base/sounds/general/case_announced.ogg b/base/sounds/general/case_announced.ogg new file mode 100644 index 00000000..1e9c3d4e Binary files /dev/null and b/base/sounds/general/case_announced.ogg differ diff --git a/base/themes/default/courtroom_sounds.ini b/base/themes/default/courtroom_sounds.ini index 050576e5..eba07a6c 100644 --- a/base/themes/default/courtroom_sounds.ini +++ b/base/themes/default/courtroom_sounds.ini @@ -5,4 +5,5 @@ evidence_present = sfx-evidenceshoop.wav word_call = sfx-gaspen-yeah!.wav mod_call = adminhelp.ogg not_guilty = sfx-notguilty.wav -guilty = sfx-guilty.wav \ No newline at end of file +guilty = sfx-guilty.wav +case_call = case_announced.ogg \ No newline at end of file -- cgit