+刷新次数的增加和广告入口

This commit is contained in:
panw
2025-08-01 10:52:47 +08:00
parent 7462e2aeef
commit 877abc9577
8 changed files with 7199 additions and 3276 deletions

View File

@@ -118,6 +118,8 @@ export class TalsComp extends Component {
icon.getChildByName("q5").active=TalentList[uuid].quality==Quality.ORANGE
}
to_change_tal(){
if(smc.vmdata.mission_data.refresh_count<=0) return
smc.vmdata.mission_data.refresh_count--
console.log("[TalsComp]:to_change_tal")
if(this.cur_tal=="") return
oops.message.dispatchEvent(GameEvent.TalentSelect,{slot:this.cur_tal})