Skip to content

Commit

Permalink
Merge pull request #11 from jkl25000/main
Browse files Browse the repository at this point in the history
Fixed Crew Defines
  • Loading branch information
tanaaKa authored Aug 2, 2023
2 parents fa54c68 + 12d6eac commit 9af4746
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmf3.vr/c/loadouts/blank_BLU.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ class cc: helicrew {// Crew Chief

//Armor
class vicc: Fic_Soldier_Carbine {// Crew
backpack[] = {CREW_BACKPACK};
vest[] = {CREW_VEST};
uniform[] = {ARMOR_UNIFORM};
headgear[] = {ARMOR_HEADGEAR};
weapons[] = {SMG};
Expand Down
2 changes: 2 additions & 0 deletions cmf3.vr/c/loadouts/blank_IND.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ class cc: helicrew {// Crew Chief

//Armor
class vicc: Fic_Soldier_Carbine {// Crew
backpack[] = {CREW_BACKPACK};
vest[] = {CREW_VEST};
uniform[] = {ARMOR_UNIFORM};
headgear[] = {ARMOR_HEADGEAR};
weapons[] = {SMG};
Expand Down
2 changes: 2 additions & 0 deletions cmf3.vr/c/loadouts/blank_OPF.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ class cc: helicrew {// Crew Chief

//Armor
class vicc: Fic_Soldier_Carbine {// Crew
backpack[] = {CREW_BACKPACK};
vest[] = {CREW_VEST};
uniform[] = {ARMOR_UNIFORM};
headgear[] = {ARMOR_HEADGEAR};
weapons[] = {SMG};
Expand Down

0 comments on commit 9af4746

Please sign in to comment.