修复【连讨】ai
This commit is contained in:
parent
58b9332a87
commit
611714353b
|
@ -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();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue