This commit is contained in:
libccy 2017-05-22 20:42:29 +08:00
parent 67475e1ee2
commit 42541da6ef
1 changed files with 2 additions and 2 deletions

View File

@ -593,9 +593,9 @@ game.import('character',function(lib,game,ui,get,ai,_status){
bool=true; bool=true;
} }
var num=player.storage.zhucheng.length; var num=player.storage.zhucheng.length;
trigger.player.chooseToDiscard('弃置'+get.cnNumber(num)+'张牌,或令杀无效',num).ai=function(card){ trigger.player.chooseToDiscard('弃置'+get.cnNumber(num)+'张牌,或令杀无效','he',num).ai=function(card){
if(bool){ if(bool){
return 7-get.value(card); return 10-get.value(card);
} }
return 0; return 0;
} }