mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
RHS Compat - Readd basic 5.56 suppressor to 5.56 muzzle slot (#9412)
bleh
This commit is contained in:
parent
bd4d1a7a50
commit
37be6130f2
11
addons/compat_rhs_usf3/CfgJointRails.hpp
Normal file
11
addons/compat_rhs_usf3/CfgJointRails.hpp
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
// RHS specifically disables only the base vanilla 5.56 suppressor, the camo variants are untouched
|
||||||
|
|
||||||
|
class asdg_MuzzleSlot;
|
||||||
|
class asdg_MuzzleSlot_556: asdg_MuzzleSlot {
|
||||||
|
class compatibleItems;
|
||||||
|
};
|
||||||
|
class rhs_western_rifle_muzzle_slot: asdg_MuzzleSlot_556 {
|
||||||
|
class compatibleItems: compatibleItems {
|
||||||
|
muzzle_snds_M = 1;
|
||||||
|
};
|
||||||
|
};
|
@ -22,3 +22,4 @@ class CfgPatches {
|
|||||||
#include "CfgWeapons.hpp"
|
#include "CfgWeapons.hpp"
|
||||||
#include "CfgVehicles.hpp"
|
#include "CfgVehicles.hpp"
|
||||||
#include "CfgGlasses.hpp"
|
#include "CfgGlasses.hpp"
|
||||||
|
#include "CfgJointRails.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user