标准包zhiheng技能使用async content

This commit is contained in:
shijian 2023-12-09 14:41:12 +08:00
parent f58869b8b6
commit 133d7263bb
1 changed files with 2 additions and 2 deletions

View File

@ -1498,8 +1498,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
check:function(card){
return 6-get.value(card)
},
content:function(){
player.draw(cards.length);
async content(event,trigger,player){
player.draw(event.cards.length);
},
ai:{
order:1,