Increase difficulty faster in sudden death
This commit is contained in:
parent
8d74d5c366
commit
84262b4026
|
@ -576,7 +576,7 @@
|
||||||
|
|
||||||
window.suddenDeath = function() {
|
window.suddenDeath = function() {
|
||||||
if (isSuddenDeath()) {
|
if (isSuddenDeath()) {
|
||||||
mineChance += 0.01;
|
mineChance += 0.03;
|
||||||
|
|
||||||
//don't want the chance to get to 100% because that's completely predictable
|
//don't want the chance to get to 100% because that's completely predictable
|
||||||
if (mineChance > 0.8) {
|
if (mineChance > 0.8) {
|
||||||
|
|
Loading…
Reference in New Issue