This commit is contained in:
parent
f88f3eea2a
commit
8b59cf42fb
|
@ -11933,6 +11933,7 @@
|
||||||
num=0;
|
num=0;
|
||||||
}
|
}
|
||||||
game.log(player,'的护甲抵挡了'+get.cnNumber(event.hujia)+'点伤害');
|
game.log(player,'的护甲抵挡了'+get.cnNumber(event.hujia)+'点伤害');
|
||||||
|
player.changeHujia(-event.hujia).type='damage';
|
||||||
}
|
}
|
||||||
event.num=num;
|
event.num=num;
|
||||||
"step 1"
|
"step 1"
|
||||||
|
@ -12038,10 +12039,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"step 3"
|
|
||||||
if(event.hujia){
|
|
||||||
player.changeHujia(-event.hujia).type='damage';
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
recover:function(){
|
recover:function(){
|
||||||
if(lib.config.background_audio){
|
if(lib.config.background_audio){
|
||||||
|
|
Loading…
Reference in New Issue