mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
37be6130f2
bleh
12 lines
340 B
C++
12 lines
340 B
C++
// 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;
|
|
};
|
|
};
|