diff --git a/SQF/dayz_sfx/CfgSounds.hpp b/SQF/dayz_sfx/CfgSounds.hpp index 10e669a85..47f8b4608 100644 --- a/SQF/dayz_sfx/CfgSounds.hpp +++ b/SQF/dayz_sfx/CfgSounds.hpp @@ -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[] = {}; + }; };