完善技能
This commit is contained in:
parent
42e51fb93e
commit
d405675fc0
@ -940,7 +940,7 @@ export class BattleHandler {
|
||||
let natkbk = __indexOfAttackBk(nstart, atkobj);
|
||||
if(natkbk){
|
||||
let atkbkobj = skillres[natkbk];
|
||||
atkbkobj.res.forEach((item: SkillResult) => {
|
||||
atkbkobj.res && atkbkobj.res.forEach((item: SkillResult) => {
|
||||
if(item.bsuccess){
|
||||
if(item.effect_type == SkillEffectType.CHG_AP || item.effect_type == SkillEffectType.CHG_HP){
|
||||
atkobj.success(item.effect_type, item.effect_res, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user