Medical - Use percentage sliders for chance settings (#7542)

This commit is contained in:
mharis001 2020-02-22 15:57:04 -05:00 committed by GitHub
parent 056560e798
commit d7f12eb49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;