标准包paoxiao技能使用async content
This commit is contained in:
parent
4c89703368
commit
1c034983d9
|
@ -1067,7 +1067,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
filter:function(event,player){
|
filter:function(event,player){
|
||||||
return !event.audioed&&event.card.name=='sha'&&player.countUsed('sha',true)>1&&event.getParent().type=='phase';
|
return !event.audioed&&event.card.name=='sha'&&player.countUsed('sha',true)>1&&event.getParent().type=='phase';
|
||||||
},
|
},
|
||||||
content:function(){
|
async content(event,trigger,player){
|
||||||
trigger.audioed=true;
|
trigger.audioed=true;
|
||||||
},
|
},
|
||||||
mod:{
|
mod:{
|
||||||
|
|
Loading…
Reference in New Issue