mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 21:30:34 +00:00
make bots easier on medium
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user