This commit is contained in:
parent
2db5beedd7
commit
826ce7fcc2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue