Skip to content

Commit

Permalink
Change initial CR to 15 points
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Apr 17, 2024
1 parent 2feabe8 commit 23e9543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Refresh.GameServer/Workers/CoolLevelsWorker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private static float CalculateLevelDecayMultiplier(Logger logger, long now, Game

private static int CalculatePositiveScore(Logger logger, GameLevel level)
{
int score = 20; // Start levels off with a few points to prevent one dislike from bombing the level
int score = 15; // Start levels off with a few points to prevent one dislike from bombing the level
const int positiveRatingPoints = 5;
const int uniquePlayPoints = 1;
const int heartPoints = 5;
Expand Down

0 comments on commit 23e9543

Please sign in to comment.