This commit is contained in:
mengxinzxz 2023-12-03 08:26:01 +08:00
parent 9b71783265
commit adbb890df1
1 changed files with 2 additions and 2 deletions

View File

@ -5556,8 +5556,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
xinquanji:{
audio:2,
trigger:{
player:['damageEnd','gainAfter'],
global:'loseAsyncAfter',
player:['damageEnd'],
global:['gainAfter','loseAsyncAfter'],
},
filter:function(event,player){
if(event.name=='damage') return true;