Skip to content

Commit

Permalink
Add refuel to pickup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb432 committed Jan 12, 2025
1 parent d69f047 commit 8b03409
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/compat_rf/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ class CfgVehicles {
class Pickup_01_base_rf: Offroad_01_unarmed_base_F {
EXGVAR(field_rations,offset)[] = {-0.04, -2.45, -0.9};
};
class Pickup_fuel_base_rf: Pickup_01_base_rf {
EGVAR(refuel,hooks)[] = {{-0.05, -2.4, -1.2}};
EGVAR(refuel,fuelCargo) = 1526; // Bed on 2024 RAM 1500 is 53.9 cubic feet
};

// Enable Water Source by Default
class C_IDAP_Pickup_rf;
Expand Down

0 comments on commit 8b03409

Please sign in to comment.