Skip to content

Commit

Permalink
add magwell for Mk200 (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
Drofseh authored and commy2 committed Oct 16, 2018
1 parent 904c470 commit 6296756
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/jam/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ class CfgWeapons {
magazineWell[] = {"CBA_556x45_MINIMI"};
};

class LMG_Mk200_F : Rifle_Long_Base_F {
magazineWell[] = {"CBA_65x39_Mk200"};
};

class launch_RPG7_F : Launcher_Base_F {
magazineWell[] = {"CBA_RPG7"};
};
Expand Down
7 changes: 7 additions & 0 deletions addons/jam/magwells_65x39.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@
"100Rnd_65x39_caseless_mag_Tracer"
};
};

class CBA_65x39_Mk200 {
BI_mags[] = {
"200Rnd_65x39_cased_Box",
"200Rnd_65x39_cased_Box_Tracer"
};
};

0 comments on commit 6296756

Please sign in to comment.