Skip to content

Commit

Permalink
Airway - Change Reverting default obstruction chance (#327)
Browse files Browse the repository at this point in the history
**When merged this pull request will:**
- Title

### IMPORTANT

- [x] [Development
Guidelines](https://ace3.acemod.org/wiki/development/) are read,
understood and applied.
- [x] Title of this PR uses our standard template `Component -
Add|Fix|Improve|Change|Make|Remove {changes}`.
  • Loading branch information
YetheSamartaka authored May 30, 2023
1 parent 71e00e8 commit fedb5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/airway/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ In real life, this will happen sometimes, not quiet often.
"SLIDER",
[LLSTRING(SETTING_obstruction),LLSTRING(SETTING_obstruction_DESC)],
[CBA_SETTINGS_CAT, LSTRING(SubCategory_Basic)],
[0, 100, 40, 0],
[0, 100, 15, 0],
true
] call CBA_Settings_fnc_init;

Expand Down

0 comments on commit fedb5d3

Please sign in to comment.