diff --git a/addons/medical_treatment/ACE_Medical_Treatment.hpp b/addons/medical_treatment/ACE_Medical_Treatment.hpp index 307afb084c..1c357ec564 100644 --- a/addons/medical_treatment/ACE_Medical_Treatment.hpp +++ b/addons/medical_treatment/ACE_Medical_Treatment.hpp @@ -605,16 +605,6 @@ class ADDON { maxDose = 6; incompatibleMedication[] = {}; }; - class Atropine { - painReduce = 0; - hrIncreaseLow[] = {-2, -5}; - hrIncreaseNormal[] = {-10, -15}; - hrIncreaseHigh[] = {-5, -20}; - timeInSystem = 120; - timeTillMaxEffect = 15; - maxDose = 6; - incompatibleMedication[] = {}; - }; class PainKillers { painReduce = 0.1; timeInSystem = 600; diff --git a/addons/medical_treatment/ACE_Medical_Treatment_Actions.hpp b/addons/medical_treatment/ACE_Medical_Treatment_Actions.hpp index 950d1a2e29..74f02397c6 100644 --- a/addons/medical_treatment/ACE_Medical_Treatment_Actions.hpp +++ b/addons/medical_treatment/ACE_Medical_Treatment_Actions.hpp @@ -130,13 +130,6 @@ class GVAR(actions) { items[] = {"ACE_adenosine"}; litter[] = {{"ACE_MedicalLitter_adenosine"}}; }; - class Atropine: Morphine { - displayName = CSTRING(Inject_Atropine); - displayNameProgress = CSTRING(Injecting_Atropine); - condition = QGVAR(advancedMedication); - items[] = {"ACE_atropine"}; - litter[] = {{"ACE_MedicalLitter_atropine"}}; - }; class Epinephrine: Morphine { displayName = CSTRING(Inject_Epinephrine); displayNameProgress = CSTRING(Injecting_Epinephrine); diff --git a/addons/medical_treatment/CfgVehicles.hpp b/addons/medical_treatment/CfgVehicles.hpp index d7e0ed50d3..d43c954da4 100644 --- a/addons/medical_treatment/CfgVehicles.hpp +++ b/addons/medical_treatment/CfgVehicles.hpp @@ -151,8 +151,8 @@ class CfgVehicles { }; }; class ACE_atropineItem: Item_Base_F { - scope = 2; - scopeCurator = 2; + scope = 1; + scopeCurator = 1; displayName = CSTRING(Atropine_Display); author = ECSTRING(common,ACETeam); vehicleClass = "Items"; @@ -308,7 +308,6 @@ class CfgVehicles { MACRO_ADDITEM(ACE_splint,15); MACRO_ADDITEM(ACE_morphine,15); MACRO_ADDITEM(ACE_adenosine,15); - MACRO_ADDITEM(ACE_atropine,15); MACRO_ADDITEM(ACE_epinephrine,15); MACRO_ADDITEM(ACE_plasmaIV,7); MACRO_ADDITEM(ACE_plasmaIV_500,7); diff --git a/addons/medical_treatment/CfgWeapons.hpp b/addons/medical_treatment/CfgWeapons.hpp index afbf3faa4a..9f8f7e2584 100644 --- a/addons/medical_treatment/CfgWeapons.hpp +++ b/addons/medical_treatment/CfgWeapons.hpp @@ -103,7 +103,7 @@ class CfgWeapons { }; }; class ACE_atropine: ACE_ItemCore { - scope = 2; + scope = 1; author = ECSTRING(common,ACETeam); displayName = CSTRING(Atropine_Display); picture = QPATHTOF(ui\atropine_ca.paa);