Larger vests to fit ammo
This commit is contained in:
parent
6648e6e443
commit
6b36d53a83
8
init.sqf
8
init.sqf
|
|
@ -3,7 +3,7 @@ if (isNil "gm_fp_costumes") then
|
|||
gm_fp_costumes =
|
||||
[
|
||||
//default
|
||||
["AusTourShirt2021", "gm_gc_army_vest_80_belt_str", "egoCap"],
|
||||
["AusTourShirt2021", "gm_ge_vest_90_crew_flk", "egoCap"],
|
||||
//special uniforms
|
||||
[
|
||||
"hiVis",
|
||||
|
|
@ -13,9 +13,9 @@ if (isNil "gm_fp_costumes") then
|
|||
],
|
||||
//special vests
|
||||
[
|
||||
"V_Safety_blue_F",
|
||||
"V_Safety_orange_F",
|
||||
"V_Safety_yellow_F"
|
||||
"gm_ge_army_vest_80_crew",
|
||||
"gm_ge_pol_vest_80_wht",
|
||||
"V_BandollierB_blk"
|
||||
],
|
||||
//special hats
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in New Issue