From 84262b402690797c98cd603038e0954d10a93163 Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Wed, 18 Mar 2015 23:16:59 +0000 Subject: [PATCH] Increase difficulty faster in sudden death --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6f2f194..6cdcfd0 100644 --- a/index.html +++ b/index.html @@ -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) {