Skip to content

Commit

Permalink
Medical - Change default spontaneous wake up chance & epinephrine boo…
Browse files Browse the repository at this point in the history
…st settings (#9241)

change defaults

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
  • Loading branch information
LinkIsGrim and johnb432 authored Sep 20, 2024
1 parent d5169ff commit bb058cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/medical/initSettings.inc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"SLIDER",
[LSTRING(SpontaneousWakeUpChance_DisplayName), LSTRING(SpontaneousWakeUpChance_Description)],
LSTRING(Category),
[0, 1, 0.05, 2, true],
[0, 1, 0.1, 2, true],
true
] call CBA_fnc_addSetting;

Expand All @@ -43,6 +43,6 @@
"SLIDER",
[LSTRING(spontaneousWakeUpEpinephrineBoost_DisplayName), LSTRING(spontaneousWakeUpEpinephrineBoost_Description)],
LSTRING(Category),
[1, 30, 1, 1],
[1, 30, 1.5, 1],
true
] call CBA_fnc_addSetting;

0 comments on commit bb058cd

Please sign in to comment.