rebalancing why

This commit is contained in:
landgreen
2020-02-05 05:50:20 -08:00
parent f359cce427
commit b0f5f61e29
7 changed files with 30 additions and 21 deletions

View File

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