Skip to content

Commit

Permalink
Merge pull request #375 from dijksterhuis/arsenal-add-missing-grey-bo…
Browse files Browse the repository at this point in the history
…onies

Arsenal: Add missing Grey color boonie hats.
  • Loading branch information
dijksterhuis authored Aug 8, 2024
2 parents 855ed92 + bdac324 commit 43ac40b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions mission/config/arsenal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,8 @@ class vn_whitelisted_arsenal_loadouts
{"vn_b_helmet_m1_19_02", {-1,0,-1,-1}},
{"vn_b_helmet_m1_20_01", {-1,0,-1,-1}},
{"vn_b_helmet_m1_20_02", {-1,0,-1,-1}},
{"vn_b_boonie_09_01", {-1,-1,-1,-1}},//confederate flag boonie hats
//confederate flag boonie hats
{"vn_b_boonie_09_01", {-1,-1,-1,-1}},
{"vn_b_boonie_09_02", {-1,-1,-1,-1}},
{"vn_b_boonie_09_03", {-1,-1,-1,-1}},
{"vn_b_boonie_09_04", {-1,-1,-1,-1}},
Expand All @@ -1352,12 +1353,12 @@ class vn_whitelisted_arsenal_loadouts
{"vn_b_boonie_09_07", {-1,-1,-1,-1}},
{"vn_b_boonie_09_08", {-1,-1,-1,-1}},
{"vn_b_boonie_09_09", {-1,-1,-1,-1}},
// TODO: These last few aren't actually confederate?
{"vn_b_boonie_01_09", {-1,-1,-1,-1}},
{"vn_b_boonie_02_09", {-1,-1,-1,-1}},
{"vn_b_boonie_03_09", {-1,-1,-1,-1}},
{"vn_b_boonie_04_09", {-1,-1,-1,-1}},
{"vn_b_boonie_05_09", {-1,-1,-1,-1}},//end of confederate flag boonie hats
//end of confederate flag boonie hats
{"vn_b_boonie_01_09", {-1,0,-1,-1}},
{"vn_b_boonie_02_09", {-1,0,-1,-1}},
{"vn_b_boonie_03_09", {-1,0,-1,-1}},
{"vn_b_boonie_04_09", {-1,0,-1,-1}},
{"vn_b_boonie_05_09", {-1,0,-1,-1}},
{"vn_b_beret_01_09", {-1,0,-1,-1}},
{"vn_b_beret_01_10", {-1,0,-1,-1}},
{"vn_b_beret_01_11", {-1,0,-1,-1}}
Expand Down

0 comments on commit 43ac40b

Please sign in to comment.