Lower journal cover sound volume

Vanilla commit:

7e5b0a98a7
This commit is contained in:
ebayShopper
2017-06-23 15:19:26 -04:00
parent 38de4b0859
commit bd9aee620f

View File

@@ -16,7 +16,7 @@ class CfgSounds
class horde_sound_close_book: Vas_yessir class horde_sound_close_book: Vas_yessir
{ {
name = "horde_sound_close_book"; name = "horde_sound_close_book";
sound[] = {"\z\addons\dayz_communityassets\sounds\close.wss", 1, 1}; sound[] = {"\z\addons\dayz_communityassets\sounds\close.wss", 0.5, 1};
titles[] = {}; titles[] = {};
}; };
}; };