Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JAM magwell for Mk200 #1007

Merged
merged 5 commits into from
Oct 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
};
};