王祥【冰心】skillTagFilter补充
This commit is contained in:
parent
b2da95b0ad
commit
081134eeeb
|
@ -273,12 +273,11 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
},
|
||||
},
|
||||
ai:{
|
||||
order:function(item,player){
|
||||
return 10;
|
||||
},
|
||||
order:10,
|
||||
respondShan:true,
|
||||
respondSha:true,
|
||||
skillTagFilter:function(player,tag){
|
||||
skillTagFilter:function(player,tag,arg){
|
||||
if(arg=='respond') return false;
|
||||
var hs=player.getCards('h');
|
||||
if(hs.length!=Math.max(0,hs.length)) return false;
|
||||
if(hs.length>1){
|
||||
|
|
Loading…
Reference in New Issue