Skip to content

Commit

Permalink
RF Compat - Remove fuel sources from fire trucks (#10602)
Browse files Browse the repository at this point in the history
Remove fuel source from fire trucks
  • Loading branch information
johnb432 authored Dec 27, 2024
1 parent 12b1938 commit 43a29f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/compat_rf/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ class CfgVehicles {
class C_Truck_03_water_rf: O_Truck_03_fuel_F {
EXGVAR(field_rations,waterSupply) = 10000;
EXGVAR(field_rations,offset)[] = {0, -5.05, -0.3};
EGVAR(refuel,fuelCargo) = -1;
};

class B_Truck_01_fuel_F;
class C_Truck_01_water_rf: B_Truck_01_fuel_F {
EXGVAR(field_rations,waterSupply) = 10000;
EXGVAR(field_rations,offset)[] = {-0.41, -5.15, -0.3};
EGVAR(refuel,fuelCargo) = -1;
};
};

0 comments on commit 43a29f2

Please sign in to comment.