make bots easier on medium

This commit is contained in:
Evan
2025-02-09 09:24:11 -08:00
parent 4182eaa449
commit 0d642c9861
+1 -1
View File
@@ -375,7 +375,7 @@ export class DefaultConfig implements Config {
difficultyMultiplier = 0.3;
break;
case Difficulty.Medium:
difficultyMultiplier = 0.6;
difficultyMultiplier = 0.5;
break;
case Difficulty.Hard:
difficultyMultiplier = 1;