Skip to content

Commit

Permalink
Add Magazine Well support for MAAWS (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren authored and commy2 committed Feb 22, 2019
1 parent 0bac2f8 commit 93499f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addons/jam/CfgMagazineWells.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ class CfgMagazineWells {

// AT and AA Launchers, ordered lexicographically
class CBA_Bazooka {}; // M1, M1A1 Bazooka
class CBA_Carl_Gustaf { // MAAWS, RAWS
BI_rounds[] = {
"MRAWS_HEAT_F",
"MRAWS_HE_F"
};
};
class CBA_Panzerschreck {}; // Panzerschreck RPzB 54
class CBA_PIAT {}; // PIAT

Expand Down
4 changes: 4 additions & 0 deletions addons/jam/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ class CfgWeapons {
magazineWell[] = {"CBA_762x54R_LINKS"};
};

class launch_MRAWS_base_F: Launcher_Base_F {
magazineWell[] = {"CBA_Carl_Gustaf"};
};

class launch_RPG7_F: Launcher_Base_F {
magazineWell[] = {"CBA_RPG7"};
};
Expand Down

0 comments on commit 93499f8

Please sign in to comment.