rebalancing why
This commit is contained in:
@@ -465,6 +465,7 @@ const game = {
|
||||
game.difficultyMode = 1
|
||||
level.difficultyDecrease(6); //if this stops being -6 change in build.calculateCustomDifficulty()
|
||||
}
|
||||
if (game.difficultyMode === 4) level.difficultyIncrease(6)
|
||||
|
||||
game.clearNow = true;
|
||||
document.getElementById("text-log").style.opacity = 0;
|
||||
|
||||
Reference in New Issue
Block a user