标准包longdan技能使用async content

This commit is contained in:
shijian 2023-12-09 14:31:03 +08:00
parent 6c5e9ec96d
commit 9cf1d6334e
1 changed files with 2 additions and 2 deletions

View File

@ -1198,8 +1198,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
if(!get.zhu(player,'shouyue')) return false;
return event.skill=='longdan_sha'||event.skill=='longdan_shan';
},
content:function(){
player.draw();
async content(event,trigger,player){
await player.promises.draw();
player.storage.fanghun2++;
}
},