mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix SDV refueling (#5546)
This commit is contained in:
parent
49f549013d
commit
e874f6a343
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user