Merge pull request #636 from universe-st/PR-Branch
五谷终止条件加入牌已经被拿完的判断,以适配部分技能。
This commit is contained in:
commit
bc3f325eed
|
@ -768,7 +768,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
|
|||
event.dialog=ui.dialogs[i];break;
|
||||
}
|
||||
}
|
||||
if(!event.dialog){
|
||||
if(!event.dialog || event.dialog.buttons.length == 0){
|
||||
event.finish();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue