mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user