rebalance hard and impossible

This commit is contained in:
Evan
2025-02-15 10:02:48 -08:00
parent d08b984c1a
commit 484fecef27
+2 -2
View File
@@ -416,10 +416,10 @@ export class DefaultConfig implements Config {
toAdd *= 1;
break;
case Difficulty.Hard:
toAdd *= 1.2;
toAdd *= 1.1;
break;
case Difficulty.Impossible:
toAdd *= 1.5;
toAdd *= 1.2;
break;
}
}