Skip to content

Commit

Permalink
Add M1 Garand weapon support
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Sep 17, 2023
1 parent 0045c56 commit 8c75be3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/jam/jam_vn/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ class CfgWeapons {
magazineWell[] += {"CBA_30Carbine_M1Carbine"};
};

class vn_m1_garand: vn_rifle762 {
magazineWell[] += {"CBA_3006_Garand"};
};

class vn_m14: vn_rifle762 {
magazineWell[] += {"CBA_762x51_M14", "CBA_762x51_M14_L", "CBA_762x51_M14_XL"};
};
Expand Down

0 comments on commit 8c75be3

Please sign in to comment.