Commit 19e71838 authored by Tt's avatar Tt

修改正确随机率

parent 83991899
......@@ -50,7 +50,7 @@ export class AI {
await asyncDelay(Math.random() * 1 + 10);
const idx = this.getNextRightIdx();
if (Math.random() < 0) {
if (Math.random() < 0.75) {
this.networkHelper.sendFrame({
type: "right",
idx: idx,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment