finalized trader changes

This commit is contained in:
[VB]AWOL
2014-01-27 16:47:06 -06:00
parent efc00c5abe
commit b4dfed3546
7 changed files with 764 additions and 639 deletions

View File

@@ -123,7 +123,7 @@ TraderDialogLoadItemList = {
if (_name isKindOf "Ship") then {
_distance = dayz_sellDistance_boat;
};
_count = {(typeOf _x) == _name} count (nearestObjects [player, [_name], _distance]);
_count = {(typeOf _x) == _name} count (nearestObjects [(getPosATL player), [_name], _distance]);
};
};
};