标准包jizhi技能使用async content
This commit is contained in:
parent
8a044c6292
commit
72e0d6274d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue