标准包yaowu技能使用async content

This commit is contained in:
shijian 2023-12-09 15:41:40 +08:00
parent 3fb277914a
commit 395131abb1
1 changed files with 2 additions and 2 deletions

View File

@ -2243,8 +2243,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
check:function(){ check:function(){
return false; return false;
}, },
content:function(){ async content(event,trigger,player){
trigger.source.chooseDrawRecover(true); await trigger.source.promise.chooseDrawRecover(true);
}, },
ai:{ ai:{
effect:{ effect:{