diff --git a/optionals/compat_rhs_usf3/CfgEventHandlers.hpp b/optionals/compat_rhs_usf3/CfgEventHandlers.hpp index 95ab21f864..e9aed5c5ea 100644 --- a/optionals/compat_rhs_usf3/CfgEventHandlers.hpp +++ b/optionals/compat_rhs_usf3/CfgEventHandlers.hpp @@ -11,7 +11,7 @@ class Extended_PreInit_EventHandlers { }; class Extended_InitPost_EventHandlers { - class rhsusf_props_JerryCan_Base { + class rhsusf_props_ScepterMFC_Base { class ADDON { init = QUOTE(call EFUNC(refuel,makeJerryCan)); }; diff --git a/optionals/compat_rhs_usf3/CfgVehicles.hpp b/optionals/compat_rhs_usf3/CfgVehicles.hpp index 80c275f029..c5dcc81567 100644 --- a/optionals/compat_rhs_usf3/CfgVehicles.hpp +++ b/optionals/compat_rhs_usf3/CfgVehicles.hpp @@ -577,5 +577,11 @@ class CfgVehicles { class rhsusf_props_JerryCan_Base: Items_base_F { EGVAR(cargo,canLoad) = 1; EGVAR(cargo,size) = 1; + EGVAR(dragging,canCarry) = 1; + }; + + class rhsusf_props_ScepterMWC_Base: rhsusf_props_JerryCan_Base { + EXGVAR(field_rations,waterSupply) = 20; + EXGVAR(field_rations,offset)[] = {-0.13, 0, 0.2}; }; };