标准包biyue技能使用async content

This commit is contained in:
shijian 2023-12-09 15:39:36 +08:00
parent 4c18380ea3
commit 7e6b94cf73
1 changed files with 2 additions and 2 deletions

View File

@ -2216,8 +2216,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
trigger:{player:'phaseJieshuBegin'}, trigger:{player:'phaseJieshuBegin'},
frequent:true, frequent:true,
preHidden:true, preHidden:true,
content:function(){ async content(event,trigger,player){
player.draw(); await player.promise.draw();
}, },
}, },
xinbiyue:{ xinbiyue:{