Increase difficulty faster in sudden death

This commit is contained in:
synth-ruiner 2015-03-18 23:16:59 +00:00
parent 8d74d5c366
commit 84262b4026
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@
window.suddenDeath = function() {
if (isSuddenDeath()) {
mineChance += 0.01;
mineChance += 0.03;
//don't want the chance to get to 100% because that's completely predictable
if (mineChance > 0.8) {