开始制作召唤技能
This commit is contained in:
@@ -170,6 +170,7 @@ export class HeroViewComp extends CCComp {
|
||||
let skill = oCol.node.getComponent(SkillCom)!;
|
||||
// console.log(Date.now()+this.hero_name+":"+this.uuid+' onBeginContact: '+skill.s_name+skill.uuid);
|
||||
if(this.hp <= 0 ) return
|
||||
if(skill.tg< 3) return
|
||||
this.check_uatk(skill);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user