mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-15 00:32:44 +08:00
fix talent extend
This commit is contained in:
@ -291,6 +291,7 @@ class App{
|
||||
.click(()=>{
|
||||
this.times ++;
|
||||
this.#life.talentExtend(this.#selectedExtendTalent);
|
||||
this.#selectedExtendTalent = null;
|
||||
this.#talentSelected.clear();
|
||||
this.#totalMax = 20;
|
||||
this.#isEnd = false;
|
||||
|
Reference in New Issue
Block a user