标准包luoyi技能使用async content

This commit is contained in:
shijian 2023-12-09 12:32:11 +08:00
parent ae6f6cefd9
commit b0aa085628
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
filter:function(event,player){
return !event.numFixed&&event.num>0;
},
content:function(){
async content(event,trigger,player){
player.addTempSkill('luoyi2','phaseJieshuBegin');
trigger.num--;
}