mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-02-04 14:53:12 +08:00
fix talent extend
This commit is contained in:
@@ -43,7 +43,7 @@ class Talent {
|
||||
}
|
||||
|
||||
return new Array(10)
|
||||
.fill(1).map((i)=>{
|
||||
.fill(1).map((v, i)=>{
|
||||
if(!i && include) return include;
|
||||
const gradeRandom = Math.random();
|
||||
let grade;
|
||||
|
||||
Reference in New Issue
Block a user