标准包zhiheng技能使用async content
This commit is contained in:
parent
f58869b8b6
commit
133d7263bb
|
@ -1498,8 +1498,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
check:function(card){
|
check:function(card){
|
||||||
return 6-get.value(card)
|
return 6-get.value(card)
|
||||||
},
|
},
|
||||||
content:function(){
|
async content(event,trigger,player){
|
||||||
player.draw(cards.length);
|
player.draw(event.cards.length);
|
||||||
},
|
},
|
||||||
ai:{
|
ai:{
|
||||||
order:1,
|
order:1,
|
||||||
|
|
Loading…
Reference in New Issue