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