fix talent extend

This commit is contained in:
Vick Scarlet
2021-08-18 17:04:31 +08:00
parent 3676c92e6c
commit a30798917f

View File

@ -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;