Skip to content

Commit

Permalink
Allow asystole bloodloss threshold setting to go down to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueTheKing committed Oct 27, 2023
1 parent 6b6cca5 commit f0c2d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/circulation/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f0c2d0b

Please sign in to comment.