Skip to content

Commit

Permalink
Fix snipers uniforms and further clean units configs
Browse files Browse the repository at this point in the history
  • Loading branch information
alganthe committed Jul 21, 2016
1 parent 0937a78 commit ce7d8c2
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 180 deletions.
6 changes: 2 additions & 4 deletions Addons/cgcsat/units/cg_cdp_units.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,7 @@
faction="O_cg_cdp";
author= ECSTRING(main,author);
_generalMacro="O_cg_cdp_sniper_F";
uniformClass="O_cg_cdp_uniform1";
hiddenSelectionsTextures[] = {PATHTOF(data\cg_uniform_cwp.paa)};
uniformClass="U_O_FullGhillie_ard";
linkedItems[] = {"V_Chestrig_oli","ItemGPS","ItemMap","ItemCompass","ItemWatch","ItemRadio","NVGoggles_OPFOR"};
respawnLinkedItems[] = {"V_Chestrig_oli","ItemGPS","ItemMap","ItemCompass","ItemWatch","ItemRadio","NVGoggles_OPFOR"};
class eventhandlers;
Expand All @@ -325,8 +324,7 @@
faction="O_cg_cdp";
author= ECSTRING(main,author);
_generalMacro="O_cg_cdp_spotter_F";
uniformClass="O_cg_cdp_uniform1";
hiddenSelectionsTextures[] = {PATHTOF(data\cg_uniform_cwp.paa)};
uniformClass="U_O_FullGhillie_ard";
linkedItems[] = {"V_Chestrig_oli","ItemGPS","ItemMap","ItemCompass","ItemWatch","ItemRadio","NVGoggles_OPFOR"};
respawnLinkedItems[] = {"V_Chestrig_oli","ItemGPS","ItemMap","ItemCompass","ItemWatch","ItemRadio","NVGoggles_OPFOR"};
class eventhandlers;
Expand Down
Loading

0 comments on commit ce7d8c2

Please sign in to comment.