This commit is contained in:
157 2023-12-27 08:33:20 +08:00
parent cc5dcff07d
commit b40817bc68
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
},
order:function(item,player){
if(player.hasSkillTag('presha',true,null,true)) return 10;
if(typeof item==='object'&&item.hasNature('linked')){
if(typeof item==='object'&&game.hasNature(item,'linked')){
if(game.hasPlayer(function(current){
return current!=player&&current.isLinked()&&player.canUse(item,current,null,true)&&get.effect(current,item,player,player)>0&&lib.card.sha.ai.canLink(player,current,item);
})&&game.countPlayer(function(current){