Skip to content

Commit

Permalink
Make score rewards on par with old version
Browse files Browse the repository at this point in the history
  • Loading branch information
3Mydlo3 committed Jan 10, 2024
1 parent 07b9d0a commit 918da68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/score/initSettings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"SLIDER",
[LSTRING(KilledCivilianKillersScore), LSTRING(KilledCivilianKillersScore_Description)],
[LSTRING(DisplayName), LSTRING(Score)],
[-10, 10, 2, 0],
[-10, 10, 1, 0],
true
] call CBA_fnc_addSetting;

Expand All @@ -25,7 +25,7 @@
"SLIDER",
[LSTRING(KilledCivilianPoliceScore), LSTRING(KilledCivilianPoliceScore_Description)],
[LSTRING(DisplayName), LSTRING(Score)],
[-10, 10, 2, 0],
[-10, 10, 1, 0],
true
] call CBA_fnc_addSetting;

Expand All @@ -34,7 +34,7 @@
"SLIDER",
[LSTRING(PoliceKilledCivilianKillersScore), LSTRING(PoliceKilledCivilianKillersScore_Description)],
[LSTRING(DisplayName), LSTRING(Score)],
[-10, 10, 2, 0],
[-10, 10, 1, 0],
true
] call CBA_fnc_addSetting;

Expand Down

0 comments on commit 918da68

Please sign in to comment.