Skip to content

Commit

Permalink
Add Magazine Well support for SMAW (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren authored and commy2 committed Feb 22, 2019
1 parent 93499f8 commit 1b62207
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions addons/jam/CfgMagazineWells.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,19 @@ class CfgMagazineWells {
#include "magwells_40mm.hpp"

// AT and AA Launchers, ordered lexicographically
class CBA_Bazooka {}; // M1, M1A1 Bazooka
class CBA_Carl_Gustaf { // MAAWS, RAWS

class CBA_Bazooka {}; // M1, M1A1 Bazooka
class CBA_Panzerschreck {}; // Panzerschreck RPzB 54
class CBA_PIAT {}; // PIAT
class CBA_SMAW {}; // Mk 153 Shoulder-Launched Multipurpose Assault Weapon
class CBA_SMAW_Spotting_Rifle {}; // Mk 153 Shoulder-Launched Multipurpose Assault Weapon - Spotting Rifle

class CBA_Carl_Gustaf { // MAAWS, RAWS
BI_rounds[] = {
"MRAWS_HEAT_F",
"MRAWS_HE_F"
};
};
class CBA_Panzerschreck {}; // Panzerschreck RPzB 54
class CBA_PIAT {}; // PIAT

class CBA_RPG7 {
BI_rockets[] = {
Expand Down

0 comments on commit 1b62207

Please sign in to comment.