This commit is contained in:
2025-08-29 16:01:39 +08:00
parent 543be1111a
commit a9e940b166
4 changed files with 631 additions and 137 deletions

View File

@@ -91,10 +91,10 @@ export class HInfoComp extends Component {
}
if(!smc.addHero(this.h_uuid)){
smc.addItem(need_item.i_uuid,need_item.num,false)
oops.gui.toast("英雄< "+HeroInfo[this.h_uuid].name+" >解锁失败")
oops.gui.toast("英雄< "+HeroInfo[this.h_uuid].name+" >招募失败")
return
}
oops.gui.toast("英雄< "+HeroInfo[this.h_uuid].name+" >解锁成功")
oops.gui.toast("英雄< "+HeroInfo[this.h_uuid].name+" >招募成功")
finishCurrGuide(4)
startGuide(5)
this.update_data(this.h_uuid)