diff --git a/addons/hidden/CfgVehicles.hpp b/addons/hidden/CfgVehicles.hpp index b4b5880..1b06930 100644 --- a/addons/hidden/CfgVehicles.hpp +++ b/addons/hidden/CfgVehicles.hpp @@ -51,4 +51,35 @@ class CfgVehicles { class CUP_VABox_ACR: CUP_supplyCrate_Base { scope = 1; }; + + // Intel Items that conflict with Theseus' intel collect + class Land_File1_F; + class Intel_File1_F: Land_File1_F { + scope = 1; + scopeCurator = 1; + }; + class Land_File2_F; + class Intel_File2_F: Land_File2_F { + scope = 1; + scopeCurator = 1; + }; + class Land_Photos_V3_F; + class Intel_Photos_F: Land_Photos_V3_F { + scope = 1; + scopeCurator = 1; + }; + + class ace_intelitems_base; + class acex_intelitems_document: ace_intelitems_base { + scope = 1; + scopeCurator = 1; + }; + class acex_intelitems_notepad: ace_intelitems_base { + scope = 1; + scopeCurator = 1; + }; + class acex_intelitems_photo: ace_intelitems_base { + scope = 1; + scopeCurator = 1; + }; }; diff --git a/addons/hidden/config.cpp b/addons/hidden/config.cpp index 80bb37a..0e0eb07 100644 --- a/addons/hidden/config.cpp +++ b/addons/hidden/config.cpp @@ -8,6 +8,7 @@ class CfgPatches { requiredVersion = REQUIRED_VERSION; requiredAddons[] = { "tacgt_main", + "ace_intelitems", "CUP_Weapons_AmmoBoxes", "CUP_Weapons_Grenades", "CUP_Weapons_Put"