mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical - Use percentage sliders for chance settings (#7542)
This commit is contained in:
parent
056560e798
commit
d7f12eb49a
@ -34,7 +34,7 @@
|
||||
"SLIDER",
|
||||
[LSTRING(SpontaneousWakeUpChance_DisplayName), LSTRING(SpontaneousWakeUpChance_Description)],
|
||||
LSTRING(Category),
|
||||
[0, 1, 0.05, 2],
|
||||
[0, 1, 0.05, 2, true],
|
||||
true
|
||||
] call CBA_settings_fnc_init;
|
||||
|
||||
|
@ -195,7 +195,7 @@
|
||||
"SLIDER",
|
||||
[LSTRING(CPRSuccessChance_DisplayName), LSTRING(CPRSuccessChance_Description)],
|
||||
[ELSTRING(medical,Category), LSTRING(SubCategory_Treatment)],
|
||||
[0, 1, 0.4, 2],
|
||||
[0, 1, 0.4, 2, true],
|
||||
true
|
||||
] call CBA_settings_fnc_init;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user