ACE3/addons/compat_rhs_afrf3/XEH_preInit.sqf

18 lines
368 B
Plaintext
Raw Normal View History

2016-03-01 23:01:34 +00:00
#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
2016-03-01 23:01:34 +00:00
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
2016-03-01 23:01:34 +00:00
// Disable RHS' wheel replacement mechanic
if (["ace_repair"] call EFUNC(common,isModLoaded)) then {
RHS_Retread_Enabled = false;
rhs_btr70_EnableRetread = false;
rhs_TypeTirePressure = 1;
RHS_BTR_Effects_Init = true;
};
2016-03-01 23:01:34 +00:00
ADDON = true;