From e35ecb26a26e3a7d984985bd2169e05bed3595a2 Mon Sep 17 00:00:00 2001 From: Cplhardcore <135324281+Cplhardcore@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:39:12 -0700 Subject: [PATCH] Pharma - Fix - Coagsense Location settings (#586) **When merged this pull request will:** - Change coagsense location settings to how they should be - ### IMPORTANT - [Development Guidelines](https://ace3.acemod.org/wiki/development/) are read, understood and applied. - Title of this PR uses our standard template `Component - Add|Fix|Improve|Change|Make|Remove {changes}`. --- addons/pharma/XEH_preInit.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/pharma/XEH_preInit.sqf b/addons/pharma/XEH_preInit.sqf index b4542263b..220c0adaa 100644 --- a/addons/pharma/XEH_preInit.sqf +++ b/addons/pharma/XEH_preInit.sqf @@ -885,7 +885,7 @@ PREP_RECOMPILE_END; "LIST", LLSTRING(SETTING_CheckCoag_Location), [CBA_SETTINGS_CAT, LSTRING(SubCategory_Coag_Sense)], - [[0, 1, 2], ["STR_ACE_Medical_Treatment_Anyone", "STR_ACE_Medical_Treatment_Medics", "STR_ACE_Medical_Treatment_Doctors"], 0], + [[0,1,2,3],["STR_ACE_Common_Anywhere", "STR_ACE_Common_Vehicle", "STR_ACE_Medical_Treatment_MedicalFacilities", "STR_ACE_Medical_Treatment_VehiclesAndFacilities"],0], true ] call CBA_Settings_fnc_init;