mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove refuel capability from IDAB water truck (#5783)
This commit is contained in:
parent
113c546051
commit
53bd784380
@ -377,6 +377,9 @@ class CfgVehicles {
|
||||
GVAR(hooks)[] = {{0.99,-3.47,-0.67},{-1.04,-3.47,-0.67}};
|
||||
GVAR(fuelCargo) = 10000;
|
||||
};
|
||||
class Truck_02_water_base_F: Truck_02_fuel_base_F {
|
||||
GVAR(fuelCargo) = REFUEL_DISABLED_FUEL;
|
||||
};
|
||||
|
||||
class B_Truck_01_fuel_F: B_Truck_01_mover_F {
|
||||
transportFuel = 0; //3k
|
||||
|
Loading…
Reference in New Issue
Block a user