increase range for inventory access

This commit is contained in:
vbawol 2016-04-17 15:23:59 -05:00
parent 42fc098feb
commit d8b0b8d6f3

View File

@ -14,7 +14,7 @@
*/ */
closeDialog 0; closeDialog 0;
if (!isNull cursorTarget) then { if (!isNull cursorTarget) then {
_vehicles = player nearEntities[["LandVehicle", "Ship", "Air", "Tank"], 6]; _vehicles = player nearEntities[["LandVehicle", "Ship", "Air", "Tank"], 25];
if (cursorTarget in _vehicles) then { if (cursorTarget in _vehicles) then {
player action["Gear", cursorTarget]; player action["Gear", cursorTarget];
}; };