将必杀技 迁移到 skillconcom ,去除技能释放卡牌
This commit is contained in:
@@ -655,8 +655,8 @@ export class HeroViewComp extends CCComp {
|
||||
}
|
||||
|
||||
to_update(){
|
||||
this.add_ap(getApIncrease(this.hero_uuid,this.lv,this.lv+1))
|
||||
this.add_hp_max(getHpIncrease(this.hero_uuid,this.lv,this.lv+1))
|
||||
if(!this.is_master) return
|
||||
oops.message.dispatchEvent(GameEvent.HeroLvUp,{lv:this.lv})
|
||||
this.lv+=1
|
||||
this.next_exp=getUpExp(this.lv)
|
||||
this.BUFFCOMP.vmdata_update()
|
||||
|
||||
Reference in New Issue
Block a user