mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-16 04:42:42 +08:00
bug fix
This commit is contained in:
@@ -99,11 +99,11 @@ class Life {
|
||||
}
|
||||
|
||||
talentRandom() {
|
||||
return this.#talent.talentRandom(localStorage.extendTalent);
|
||||
return this.#talent.talentRandom(JSON.parse(localStorage.extendTalent||''));
|
||||
}
|
||||
|
||||
talentExtend(talentId) {
|
||||
localStorage.extendTalent = talentId;
|
||||
localStorage.extendTalent = JSON.stringify(talentId);
|
||||
}
|
||||
|
||||
getRecord() {
|
||||
|
||||
Reference in New Issue
Block a user