Fixed small UAV carrying allot of cargo.

This commit is contained in:
ColdEvul 2015-10-28 16:00:24 +01:00
parent fefe24b7eb
commit 6ac1d8361d

View File

@ -171,6 +171,13 @@ class CfgVehicles {
GVAR(hasCargo) = 0;
};
// autonomus
class Helicopter_Base_F;
class UAV_01_base_F: Helicopter_Base_F {
GVAR(space) = 0;
GVAR(hasCargo) = 0;
};
// boats
class Ship;
class Ship_F: Ship {