Skip to content

Commit

Permalink
refactor(units): Include prefix on URA
Browse files Browse the repository at this point in the history
  • Loading branch information
WitchFreya committed Jun 27, 2024
1 parent cc4a041 commit a181cba
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 247 deletions.
16 changes: 8 additions & 8 deletions addons/units/o_ura/CfgFactionClasses.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
//////////////////////////////////////////////////////////////////////////////////

class CfgFactionClasses {
class O_URArmy {
displayName = "United Rebel Alliance";
side = 0;
flag = "\OPTRE_Core\Data\flag_Ins_ca.paa";
icon = "\OPTRE_Core\Data\flag_Ins_ca.paa";
priority = 0;
};
};
class SWS_O_URArmy {
displayName = QNAME(United Rebel Alliance);
side = SIDE_OPFOR;
flag = "\OPTRE_Core\Data\flag_Ins_ca.paa";
icon = "\OPTRE_Core\Data\flag_Ins_ca.paa";
priority = 0;
};
};
Loading

0 comments on commit a181cba

Please sign in to comment.