Skip to content

Commit

Permalink
updated heloCrew to have bigger gun
Browse files Browse the repository at this point in the history
  • Loading branch information
G3rrus committed Dec 18, 2018
1 parent c497c3a commit 3371801
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LMF_R.VR/framework/player/loadouts/fn_heloCrew.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ if !(local _unit) exitWith {};
// APPLY NEW ROLE SPECIFIC LOADOUT ////////////////////////////////////////////////////////////////
_unit setUnitLoadout [
[
[_SMG,_SMG_Attach1,_SMG_Attach2,_SMG_Optic,[],[],_SMG_Bipod],
[_Carbine,_Carbine_Attach1,_Carbine_Attach2,_Carbine_Optic,[],[],_Carbine_Bipod],
[],
[],
[(selectRandom _Heli_Uniform),[]],
[(selectRandom _Heli_Vest),[[_SMG_Ammo,5,999],[_FlareGun_Ammo,4,99]]],
[(selectRandom _Backpack_Pilot),[[_ACRE_ITR,1],[[_FlareGun,"","","",[],[],""],1]]],(selectRandom _Heli_Headgear),(selectRandom _Goggles),
[(selectRandom _Heli_Vest),[[_Carbine_Ammo,5,999]]],
[(selectRandom _Backpack_Pilot),[]],(selectRandom _Heli_Headgear),(selectRandom _Goggles),
[],
["","","ItemRadioAcreFlagged","","ItemWatch",""]
],true
Expand Down

0 comments on commit 3371801

Please sign in to comment.