mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update CfgSounds.hpp
Add lower volume version of the blizzard sound effect for players inside buildings.
This commit is contained in:
@@ -821,4 +821,9 @@ class CfgSounds {
|
||||
sound[] = {"\dayz_sfx\effects\blizzard.ogg",1,1};
|
||||
titles[] = {};
|
||||
};
|
||||
class blizzardLow {
|
||||
name = "";
|
||||
sound[] = {"\dayz_sfx\effects\blizzard.ogg",0.5,1};
|
||||
titles[] = {};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user