diff --git a/cScripts/functions/logistics/fn_checkItemValidity.sqf b/cScripts/functions/logistics/fn_checkItemValidity.sqf index d0ea115ca..4515e04f1 100644 --- a/cScripts/functions/logistics/fn_checkItemValidity.sqf +++ b/cScripts/functions/logistics/fn_checkItemValidity.sqf @@ -29,21 +29,6 @@ if (EGVAR(patches,usesACE)) then { if (_item isKindOf "ACE_WaterBottle" || _item isKindOf "ACE_Canteen" || _item isKindOf "ACE_Can_Spirit" || _item isKindOf "ACE_MRE_LambCurry") then { _return = if (!isNil {acex_field_rations_enabled}) then {acex_field_rations_enabled} else {false}; }; - - if !(EGVAR(patches,usesKat)) then { - // airway - if (_item in ["kat_larynx", "kat_guedel", "kat_accuvac"]) then { _return = false }; - // breathing - if (_item in ["kat_Pulseoximeter", "kat_chestSeal", "kat_aatKit", "kat_ncdKit", "kat_stethoscope", "kat_BVM", "kat_pocketBVM", "kat_oxygenTank_150_Item", "kat_oxygenTank_300_Item", "kat_oxygenTank_150_Empty", "kat_oxygenTank_300_Empty"]) then { _return = false }; - // chemical - if (_item in ["kat_gasmaskFilter", "kat_sealant", "KAT_CAS_M43_Bomb", "KAT_CAS_R_80mm_GAS_POD"]) then { _return = false }; - // circulation - if (_item in ["kat_AED", "kat_bloodIV_A", "kat_bloodIV_A_250", "kat_bloodIV_A_500", "kat_bloodIV_A_N", "kat_bloodIV_A_N_250", "kat_bloodIV_A_N_500", "kat_bloodIV_AB", "kat_bloodIV_AB_250", "kat_bloodIV_AB_500", "kat_bloodIV_AB_N", "kat_bloodIV_AB_N_250", "kat_bloodIV_AB_N_500", "kat_bloodIV_B", "kat_bloodIV_B_250", "kat_bloodIV_B_500", "kat_bloodIV_B_N", "kat_bloodIV_B_N_250", "kat_bloodIV_B_N_500", "kat_bloodIV_O", "kat_bloodIV_O_250", "kat_bloodIV_O_500", "kat_bloodIV_O_N", "kat_bloodIV_O_N_250", "kat_bloodIV_O_N_500", "kat_crossPanel", "KAT_Empty_bloodIV_250", "KAT_Empty_bloodIV_500", "kat_X_AED"]) then { _return = false }; - // circulation - if (_item in ["kat_amiodarone", "kat_atropine", "kat_CaffeineItem", "kat_CarbonateItem", "kat_EACA", "kat_etomidate", "kat_fentanyl", "kat_flumazenil", "kat_IO_FAST", "kat_IV_16", "kat_ketamine", "kat_lidocaine", "kat_nalbuphine", "kat_naloxone", "kat_nitroglycerin", "kat_norepinephrine", "kat_PainkillerItem", "kat_PervitinItem", "kat_phenylephrine", "kat_TXA"]) then { _return = false }; - // surgery - if (_item in ["kat_clamp", "kat_plate", "kat_retractor", "kat_scalpel", "kat_vacuum"]) then { _return = false }; - }; }; -_return \ No newline at end of file +_return