Revert "bugfix"

This reverts commit 7e01a6068a.
This commit is contained in:
PZ157 2023-12-02 15:45:50 +08:00
parent 7e01a6068a
commit d51551f734
1 changed files with 1 additions and 1 deletions

View File

@ -8155,7 +8155,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
},
check:function(button){
let player=_status.event.player,hs=player.getCards('h',card=>{
return get.name(card)!==button.link[2]&&(!button.link[3]||game.hasNature(card,button.link[3]));
return get.name(card)!==button.link[2]&&(!button.link[3]||get.hasNature(card,button.link[3]));
}),bool=false,map={};
for(let i of hs){
let color=get.color(i);