Skip to content

Commit

Permalink
gry > grey
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF committed Aug 29, 2023
1 parent 652ec17 commit 8397ce3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions addons/backpacks/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ class CfgVehicles {
scope = 2;
author = "GilleeDoo";
displayName = CSTRING(Backpack_AssaultExpanded_Grey);
picture = QPATHTOF(UI\backpack_assaultexpanded_gry_ca.paa);
picture = QPATHTOF(UI\backpack_assaultexpanded_grey_ca.paa);
hiddenSelectionsTextures[] = {
QPATHTOF(data\backpack_assaultexpanded_gry_co.paa),
QPATHTOEF(vests,data\vest_platecarrier_gry_co.paa)
QPATHTOF(data\backpack_assaultexpanded_grey_co.paa),
QPATHTOEF(vests,data\vest_platecarrier_grey_co.paa)
};
maximumLoad = 180;
};
Expand All @@ -91,9 +91,9 @@ class CfgVehicles {
scope = 2;
author = "GilleeDoo";
displayName = CSTRING(Backpack_AssaultPack_Grey);
picture = QPATHTOF(UI\backpack_assaultpack_gry_ca.paa);
picture = QPATHTOF(UI\backpack_assaultpack_grey_ca.paa);
hiddenSelectionsTextures[] = {
QPATHTOF(data\backpack_assaultexpanded_gry_co.paa)
QPATHTOF(data\backpack_assaultexpanded_grey_co.paa)
};
maximumLoad = 160;
};
Expand Down Expand Up @@ -156,9 +156,9 @@ class CfgVehicles {
scope = 2;
author = "Bohemia Interactive, GilleeDoo";
displayName = CSTRING(Backpack_Kitbag_Grey);
picture = QPATHTOF(UI\backpack_kitbag_gry_ca.paa);
picture = QPATHTOF(UI\backpack_kitbag_grey_ca.paa);
hiddenSelectionsTextures[] = {
QPATHTOF(data\backpack_kitbag_gry_co.paa)
QPATHTOF(data\backpack_kitbag_grey_co.paa)
};
};

Expand Down
4 changes: 2 additions & 2 deletions addons/vests/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ class CfgWeapons {
scope = 2;
author = "GilleeDoo";
displayName = CSTRING(Vest_PlateCarrier_Grey);
picture = QPATHTOF(UI\vest_platecarrier_gry_ca.paa);
picture = QPATHTOF(UI\vest_platecarrier_grey_ca.paa);
FIX_CAMO_HIDDENSELECTIONS
hiddenSelectionsTextures[] = {QPATHTOF(data\vest_platecarrier_gry_co.paa)};
hiddenSelectionsTextures[] = {QPATHTOF(data\vest_platecarrier_grey_co.paa)};
};

// Plate Carrier Heavy
Expand Down

0 comments on commit 8397ce3

Please sign in to comment.