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 =
|
gm_fp_costumes =
|
||||||
[
|
[
|
||||||
//default
|
//default
|
||||||
["AusTourShirt2021", "gm_gc_army_vest_80_belt_str", "egoCap"],
|
["AusTourShirt2021", "gm_ge_vest_90_crew_flk", "egoCap"],
|
||||||
//special uniforms
|
//special uniforms
|
||||||
[
|
[
|
||||||
"hiVis",
|
"hiVis",
|
||||||
|
|
@ -13,9 +13,9 @@ if (isNil "gm_fp_costumes") then
|
||||||
],
|
],
|
||||||
//special vests
|
//special vests
|
||||||
[
|
[
|
||||||
"V_Safety_blue_F",
|
"gm_ge_army_vest_80_crew",
|
||||||
"V_Safety_orange_F",
|
"gm_ge_pol_vest_80_wht",
|
||||||
"V_Safety_yellow_F"
|
"V_BandollierB_blk"
|
||||||
],
|
],
|
||||||
//special hats
|
//special hats
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue