修复【神君】bug

This commit is contained in:
157 2024-01-21 08:50:19 +08:00
parent f24531d42a
commit 048555ad73
1 changed files with 1 additions and 1 deletions

View File

@ -1927,7 +1927,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
list.sort((a,b)=>{
var del1=lib.inpile.indexOf(a[2])-lib.inpile.indexOf(b[2]);
if(del1!=0) return del1;
var a1=0,a2=0;
var a1=0,b1=0;
if(a.length>3) a1=(lib.nature.get(a)||0);
if(b.length>3) b1=(lib.nature.get(b)||0);
return a1-b1;