Increase difficulty faster in sudden death
This commit is contained in:
parent
8d74d5c366
commit
84262b4026
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue