Skip to content

Commit

Permalink
Remove refuel capability from IDAB water truck (#5783)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and jonpas committed Nov 17, 2017
1 parent fa74d65 commit 3cb158e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/refuel/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cb158e

Please sign in to comment.