Improve readability of trade_any type lists

This commit is contained in:
ebaydayz
2016-08-23 11:57:09 -04:00
parent 5c13101254
commit 10b006d4eb
8 changed files with 18 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ _containerFindKey = {
};
if ((count _VehKey2) > 0) then {
if ((_VehKey2 select 0) == "0" || _delType in ["trade_any_bicycle", "trade_any_bicycle_old", "trade_any_vehicle_free"]) then {
if ((_VehKey2 select 0) == "0" || _delType in DZE_tradeVehicleKeyless) then {
_localResult2 = 1;
} else {
{