Skip to content

Commit

Permalink
added small context information for two roles in form of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PervonHarke committed Jan 24, 2024
1 parent 52109f3 commit ffb503c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if (_condition && _role in ["MED"]) then {
_availableFacewear = ["BWA3_G_Combat_clear", "CUP_G_RUS_Balaclava_Ratnik", "FGN_CauR_Shemag_green", "rhsusf_shemagh2_od", "rhsusf_shemagh_od"];
};

/* SAW/LMG */
/* MG5, heavy 7,62mm MMG */
if (_condition && _role in ["MMG"]) then {
_availableUniforms = ["BWA3_Uniform_Fleck"];
_availableWeapons = ["BWA3_MG5_tan"];
Expand All @@ -81,7 +81,7 @@ if (_condition && _role in ["MMG"]) then {
_availableFacewear = ["BWA3_G_Combat_clear", "CUP_G_RUS_Balaclava_Ratnik", "FGN_CauR_Shemag_green", "rhsusf_shemagh2_od", "rhsusf_shemagh_od"];
};

/* MG4 */
/* MG4, light 5,56mm LMG */
if (_condition && _role in ["AR"]) then {
_availableUniforms = ["BWA3_Uniform_Fleck"];
_availableWeapons = ["BWA3_MG4"];
Expand Down

0 comments on commit ffb503c

Please sign in to comment.