This commit is contained in:
Vick Scarlet
2021-08-17 17:07:14 +08:00
parent 776bc33de1
commit dd194c899a
20 changed files with 2660 additions and 573 deletions

View File

@@ -27,6 +27,7 @@ class Property {
if(value.length==1) value.push(1);
return value;
});
age[a].talent = age[a].talent?.split(',').map(v=>Number(v));
}
}
@@ -114,7 +115,7 @@ class Property {
}
isEnd() {
return !this.get(this.TYPES.LIF);
return this.get(this.TYPES.LIF) < 1;
}
ageNext() {