Skip to content

Commit b1ff85e

Browse files
authored
Compat SOG - Change multiplier of hearing damage from M134 magazines (#11175)
Modify SOG M134 magazines to cause less hearing damage
1 parent ca7f71d commit b1ff85e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
class CfgMagazines {
2+
class vn_vmagazine_mg;
3+
class vn_m134_v_2000_mag: vn_vmagazine_mg {
4+
EGVAR(hearing,maxLoudness) = 0.13;
5+
};
6+
};

addons/compat_sog/compat_sog_hearing/config.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ class CfgPatches {
2121
};
2222

2323
#include "CfgWeapons.hpp"
24+
#include "CfgMagazines.hpp"

0 commit comments

Comments
 (0)