diff --git a/SQF/dayz_sfx/CfgSounds.hpp b/SQF/dayz_sfx/CfgSounds.hpp index fccdc2da7..5d3bac726 100644 --- a/SQF/dayz_sfx/CfgSounds.hpp +++ b/SQF/dayz_sfx/CfgSounds.hpp @@ -901,4 +901,10 @@ class CfgSounds { sound[] = {"\dayz_sfx\bloodsucker\forest_hidden_4.ogg",0.25118899,1}; titles[] = {}; }; + class z_minestone_0 { + name = ""; + sound[] = {"\dayz_sfx\effects\minestone.ogg", 0.1, 1, 50}; + titles[] = {}; + }; + }; diff --git a/SQF/dayz_sfx/effects/minestone.ogg b/SQF/dayz_sfx/effects/minestone.ogg new file mode 100644 index 000000000..43f557ae6 Binary files /dev/null and b/SQF/dayz_sfx/effects/minestone.ogg differ