RHS Compat - Readd basic 5.56 suppressor to 5.56 muzzle slot (#9412)

bleh
This commit is contained in:
Grim 2023-09-19 23:13:38 -04:00 committed by GitHub
parent bd4d1a7a50
commit 37be6130f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View 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;
};
};

View File

@ -22,3 +22,4 @@ class CfgPatches {
#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"
#include "CfgGlasses.hpp"
#include "CfgJointRails.hpp"