Skip to content

Commit

Permalink
Surgery - Change EACA and TXA Default Value (#584)
Browse files Browse the repository at this point in the history
**When merged this pull request will:**
- Changes EACA and TXA script to true by default to keep stitching
capabilities

### 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}`.
  • Loading branch information
mazinskihenry committed Aug 8, 2024
1 parent dfa3229 commit dcd54a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/pharma/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ PREP_RECOMPILE_END;
"CHECKBOX",
[LLSTRING(SETTING_Coagulation_allow_TXA_script), LLSTRING(SETTING_Coagulation_allow_TXA_script_DESC)],
[CBA_SETTINGS_CAT, LSTRING(SubCategory_Coagulation)],
[false],
[true],
true
] call CBA_Settings_fnc_init;

Expand All @@ -736,7 +736,7 @@ PREP_RECOMPILE_END;
"CHECKBOX",
[LLSTRING(SETTING_Coagulation_allow_EACA_script), LLSTRING(SETTING_Coagulation_allow_EACA_script_DESC)],
[CBA_SETTINGS_CAT, LSTRING(SubCategory_Coagulation)],
[false],
[true],
true
] call CBA_Settings_fnc_init;

Expand Down

0 comments on commit dcd54a3

Please sign in to comment.