Skip to content

Commit

Permalink
Medical Treatment - Change default adv. diagnose setting (acemod#10548)
Browse files Browse the repository at this point in the history
Co-authored-by: Mr. Zorn <[email protected]>
  • Loading branch information
2 people authored and PlayerBotPro committed Jan 14, 2025
1 parent ba72cdd commit 8168c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/medical_treatment/initSettings.inc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"LIST",
[LSTRING(AdvancedDiagnose_DisplayName), LSTRING(AdvancedDiagnose_Description)],
LSTRING(Category),
[[0, 1, 2, 3], [ELSTRING(common,Disabled), ELSTRING(common,Enabled), LSTRING(AdvancedDiagnose_DiagnoseCardiacArrest), LSTRING(AdvancedDiagnose_DiagnoseCardiacArrestDirect)], 1],
[[0, 1, 2, 3], [ELSTRING(common,Disabled), ELSTRING(common,Enabled), LSTRING(AdvancedDiagnose_DiagnoseCardiacArrest), LSTRING(AdvancedDiagnose_DiagnoseCardiacArrestDirect)], 2],
true
] call CBA_fnc_addSetting;

Expand Down

0 comments on commit 8168c85

Please sign in to comment.