Skip to content

Commit

Permalink
Added new insignia to the selection (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
pool011 authored Apr 8, 2024
2 parents 0829c2a + 8cc912b commit 1e2b293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cScripts/functions/systems/fn_addInsigniaSelectionList.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ if (!isPlayer _object) then {
[_object,"Squad Insignia 2/1/C/1-7","Charlie_1_2","z\cav\addons\insignia\data\Charlie_1_2.paa",_charlieCategory] call FUNC(addInsigniaSelection);
[_object,"Squad Insignia 3/1/C/1-7","Charlie_1_3","z\cav\addons\insignia\data\Charlie_1_3.paa",_charlieCategory] call FUNC(addInsigniaSelection);
[_object,"Squad Insignia 4/1/C/1-7","Charlie_1_4","z\cav\addons\insignia\data\Charlie_1_4.paa",_charlieCategory] call FUNC(addInsigniaSelection);
[_object,"Squad Insignia 4/1/C/1-7 (Colored)","charlie_1_4_colored","z\cav\addons\insignia\data\Charlie_1_4_Colored.paa",_charlieCategory] call FUNC(addInsigniaSelection);

// Charlie Company 2nd Platoon
[_object,"Platoon Insignia 2/C/1-7","Charlie_2","z\cav\addons\insignia\data\Charlie_2.paa",_charlieCategory] call FUNC(addInsigniaSelection);
Expand All @@ -120,4 +121,4 @@ if (!isPlayer _object) then {
[_object,"S3","specialized_s3","z\cav\addons\insignia\data\specialized_s3.paa",_specialCategory] call FUNC(addInsigniaSelection);


INFO_1("addInsigniaSelectionList", "Setup insignia selection list on %1 is completed.", _object);
INFO_1("addInsigniaSelectionList", "Setup insignia selection list on %1 is completed.", _object);

0 comments on commit 1e2b293

Please sign in to comment.