标准包jizhi技能使用async content

This commit is contained in:
shijian 2023-12-09 14:34:27 +08:00
parent 8a044c6292
commit 72e0d6274d
1 changed files with 2 additions and 2 deletions

View File

@ -1326,8 +1326,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
filter:function(event){
return (get.type(event.card)=='trick'&&event.card.isCard);
},
content:function(){
player.draw();
async content(event,trigger,player){
await player.promises.draw();
},
ai:{
threaten:1.4,