Skip to content

Commit

Permalink
Fix - Add missing weapon for medic role
Browse files Browse the repository at this point in the history
  • Loading branch information
PervonHarke authored Feb 23, 2024
1 parent 0f069bd commit 44e6d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadouts/germany/loadouts/deu_2024_jäger_flecktarn_v5.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if (_condition && _role in ["SL", "FTL"]) then {
if (_condition && _role in ["MED"]) then {
_unit setVariable ["ace_medical_medicclass", 2, true];
_availableUniforms = [];
_availableWeapons = [];
_availableWeapons = ["BWA3_G36A2"];
_availableAttachments = ["BWA3_optic_RSAS", "BWA3_acc_LLM01_irlaser"];
_availableMagazines = [];
_availableVests = ["BWA3_Vest_Medic_Fleck"];
Expand Down

0 comments on commit 44e6d02

Please sign in to comment.