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) {