Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added bravo company warhorse insignia #248

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions addons/insignia/CfgUnitInsignia.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ class CfgUnitInsignia {
//MACRO_UNITINSIGNIA(alpha_2_d);


// Bravo
MACRO_UNITINSIGNIA(bravo);

// Bravo first platoon
MACRO_UNITINSIGNIA(bravo_1);
MACRO_UNITINSIGNIA(bravo_1_1);
Expand Down
Binary file added addons/insignia/data/Bravo.paa
Binary file not shown.
5 changes: 5 additions & 0 deletions addons/insignia/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
<English>[7CAV] Alpha Co. 2nd platoon - Delta Squad</English>
</Key>


<Key ID="STR_cav_insignia_bravo">
<English>[7CAV] Bravo Co.</English>
</Key>

<Key ID="STR_cav_insignia_bravo_1">
<English>[7CAV] Bravo Co. 1st platoon</English>
</Key>
Expand Down
Loading