Skip to content

Commit

Permalink
Merge pull request #1 from ColdEvul/CargoFixForTheAutonomus
Browse files Browse the repository at this point in the history
Fixed small UAV carrying allot of cargo.
  • Loading branch information
AndreasBrostrom committed Oct 28, 2015
2 parents fefe24b + 6ac1d83 commit 909f8f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions addons/cargo/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 909f8f1

Please sign in to comment.