From f0c2d0be754da1cfc39b9a2949cfd0aae6b07851 Mon Sep 17 00:00:00 2001 From: Blue Date: Fri, 27 Oct 2023 17:48:30 +0200 Subject: [PATCH] Allow asystole bloodloss threshold setting to go down to 0 --- addons/circulation/XEH_preInit.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/circulation/XEH_preInit.sqf b/addons/circulation/XEH_preInit.sqf index 763f870b6..d42671780 100644 --- a/addons/circulation/XEH_preInit.sqf +++ b/addons/circulation/XEH_preInit.sqf @@ -394,7 +394,7 @@ PREP_RECOMPILE_END; "SLIDER", LLSTRING(SETTING_AdvRhythm_asystoleBloodlossThreshold), [CBA_SETTINGS_CAT, LSTRING(SubCategory_AdvRhythms)], - [3.0,6.0,3.6,1], + [0,6.0,3.6,1], true ] call CBA_Settings_fnc_init;