Skip to content

Commit

Permalink
Update acas.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakorr committed Dec 22, 2024
1 parent e717c35 commit 5e449b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acas.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ class AutomaticMove {
{ minPieces: 1, maxPieces: 2, timeRange: [500, 1200] }, // Extremely Few Pieces (1 piece)
];

this.shouldHesitate = this.isLegit && Math.random() < 1;
this.shouldHesitate = this.isLegit && Math.random() < 0.1;
this.shouldHesitateTwice = this.isLegit && Math.random() < 0.5;

const legitTotalMoveTime = this.calculateMoveTime(getPieceAmount());
Expand Down

0 comments on commit 5e449b7

Please # to comment.