标准包lianying技能使用async content

This commit is contained in:
shijian 2023-12-09 15:18:07 +08:00
parent ee7c41a849
commit 4be531224e
1 changed files with 2 additions and 2 deletions

View File

@ -1767,8 +1767,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
var evt=event.getl(player);
return evt&&evt.player==player&&evt.hs&&evt.hs.length>0;
},
content:function(){
player.draw();
async content(event,trigger,player){
await player.promises.draw();
},
ai:{
threaten:0.8,