修复国战卑弥呼【远域】ai
This commit is contained in:
parent
680b457098
commit
e068ca3b56
|
@ -10144,10 +10144,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
|||
target:function(card,player,target){
|
||||
if(player.hasSkillTag('jueqing',false,target)) return;
|
||||
if(player==target.getNext()||player==target.getPrevious()) return;
|
||||
var num=get.tag(card,'damage');
|
||||
if(num){
|
||||
return 0;
|
||||
}
|
||||
if(get.tag(card,'damage')) return 'zeroplayertarget';
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue