Match Adv Trade blue color for compatible highlight

Matches blue used in advancedTrading.hpp, slightly lighter and easier to
see on dark grey background. @oiad 42ebfb5
This commit is contained in:
ebaydayz
2016-08-18 13:27:00 -04:00
parent 5d372d3351
commit 0394c61183

View File

@@ -19,7 +19,7 @@ _count = 0;
if (_type == "trade_items") then { if (_type == "trade_items") then {
{ {
if (isText(configFile >> "CfgWeapons" >> _x >> "Attachments" >> _name) or _name in getArray (configFile >> "CfgWeapons" >> _x >> "magazines")) then { if (isText(configFile >> "CfgWeapons" >> _x >> "Attachments" >> _name) or _name in getArray (configFile >> "CfgWeapons" >> _x >> "magazines")) then {
lbSetColor [Z_AT_BUYABLELIST, _index, [.0,.6,.9,1]]; lbSetColor [Z_AT_BUYABLELIST, _index, [0.2,0.75,1]];
}; };
} count _weapons; } count _weapons;
_count = {_x == _name} count magazines player; _count = {_x == _name} count magazines player;