From fedb5d3693ce1218a9855a3ed094726b34a8e3de Mon Sep 17 00:00:00 2001 From: YetheSamartaka <55753928+YetheSamartaka@users.noreply.github.com> Date: Tue, 30 May 2023 17:36:33 +0200 Subject: [PATCH] Airway - Change Reverting default obstruction chance (#327) **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}`. --- addons/airway/XEH_preInit.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/airway/XEH_preInit.sqf b/addons/airway/XEH_preInit.sqf index ea9d5fc4d..8a8ce341b 100644 --- a/addons/airway/XEH_preInit.sqf +++ b/addons/airway/XEH_preInit.sqf @@ -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;