This commit is contained in:
libccy 2017-06-26 23:04:50 +08:00
parent 2db5beedd7
commit 826ce7fcc2
1 changed files with 1 additions and 0 deletions

View File

@ -2155,6 +2155,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
var att=get.attitude(player,target);
if(att==0) return 0;
var es=target.getCards('e');
if(att>0&&(target.countCards('h')>2||target.needsToDiscard(1))) return 0;
if(es.length==1&&att>0) return 0;
for(var i=0;i<es.length;i++){
var val=get.equipValue(es[i],target);