Fix SDV refueling (#5546)

This commit is contained in:
Dystopian 2017-09-23 01:01:19 +02:00 committed by jonpas
parent 49f549013d
commit e874f6a343

View File

@ -154,11 +154,14 @@ class CfgVehicles {
class Rubber_duck_base_F: Boat_F {
GVAR(fuelCapacity) = 30;
};
class SDV_01_base_F: Boat_F {
/* class SDV_01_base_F: Boat_F {
// SDV is using electrical propulsion
// but we can't recharge it ATM another way
// TODO make recharging, maybe with this objects:
// Land_PowerGenerator_F Land_Portable_generator_F
GVAR(canReceive) = 0;
};
*/
class Car_F: Car {
// Assuming large vehicle tank
GVAR(fuelCapacity) = 60;