add summary

This commit is contained in:
Vick Scarlet
2021-08-18 15:41:58 +08:00
parent 3eff53a5aa
commit ee1ef21efd
8 changed files with 214 additions and 59 deletions

View File

@@ -99,7 +99,11 @@ class Life {
}
talentRandom() {
return this.#talent.talentRandom();
return this.#talent.talentRandom(localStorage.extendTalent);
}
talentExtend(talentId) {
localStorage.extendTalent = talentId;
}
getRecord() {