修复【连讨】ai

This commit is contained in:
157 2024-04-19 22:22:23 +08:00
parent 58b9332a87
commit 611714353b
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ game.import("character", function () {
}
return list;
}, []);
return Math[att > 0 ? "max" : "min"].apply(Math, list);
return Math[att > 0 ? "max" : "min"].apply(Math, effs);
})
.forResult();
},