mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-15 20:11:52 +08:00
add summary
This commit is contained in:
@@ -99,7 +99,11 @@ class Life {
|
||||
}
|
||||
|
||||
talentRandom() {
|
||||
return this.#talent.talentRandom();
|
||||
return this.#talent.talentRandom(localStorage.extendTalent);
|
||||
}
|
||||
|
||||
talentExtend(talentId) {
|
||||
localStorage.extendTalent = talentId;
|
||||
}
|
||||
|
||||
getRecord() {
|
||||
|
||||
Reference in New Issue
Block a user