This commit is contained in:
libccy 2017-05-23 10:53:13 +08:00
parent 574e63c4ea
commit 8d3f5162f2
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
'step 3'
var list=event.list;
if(list.length){
event.target.chooseCardButton('选择一张法术牌',list).ai=function(button){
event.target.chooseCardButton('选择一张法术牌',list,true).ai=function(button){
return get.value(button.link);
};
}