mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-12 21:16:36 +08:00
add view
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user