Added trade_any_vehicle_free

For buy unlocked vehicles (without getting a key)
This commit is contained in:
Florian Kinder
2014-02-06 12:39:17 +01:00
parent cdc062a833
commit 542be82a58
3 changed files with 239 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ TraderDialogLoadItemList = {
if (_type == "trade_weapons") then {
_typeNum = 3;
} else {
if (_type in ["trade_backpacks", "trade_any_vehicle", "trade_any_boat", "trade_any_bicycle"]) then {
if (_type in ["trade_backpacks", "trade_any_vehicle", "trade_any_vehicle_free", "trade_any_boat", "trade_any_bicycle"]) then {
_typeNum = 2;
};
};