Skip to content

Commit

Permalink
Merge pull request #1227 from Blutze/blutze-newmuzzles
Browse files Browse the repository at this point in the history
JR - Add muzzle slots for 4.6mm and 7.62x54R
  • Loading branch information
commy2 authored Sep 17, 2019
2 parents 7c4e6bd + 0911400 commit 1f0f9c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions addons/jr/jr_classes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,13 @@ class asdg_MuzzleSlot_762R: asdg_MuzzleSlot { // for 7.62x39 suppressors
class compatibleItems {};
};

class asdg_MuzzleSlot_762R_PK: asdg_MuzzleSlot { // for 7.62x54R PK mount suppressors
class compatibleItems {};
};
class asdg_MuzzleSlot_762R_SVD: asdg_MuzzleSlot { // for 7.62x54R SVD mount suppressors
class compatibleItems {};
};

class asdg_MuzzleSlot_58: asdg_MuzzleSlot { // for 5.8x42 suppressors
class compatibleItems {
muzzle_snds_58_blk_F = 1;
Expand All @@ -288,3 +295,7 @@ class asdg_MuzzleSlot_58: asdg_MuzzleSlot { // for 5.8x42 suppressors
muzzle_snds_58_hex_F = 1;
};
};

class asdg_MuzzleSlot_46: asdg_MuzzleSlot { // for 4.6x30 suppressors
class compatibleItems {};
};

0 comments on commit 1f0f9c0

Please sign in to comment.