This commit is contained in:
PZ157 2023-11-21 22:37:00 +08:00
parent 06776685bf
commit b52bac5f47
1 changed files with 1 additions and 1 deletions

View File

@ -28761,7 +28761,7 @@ new Promise(resolve=>{
if(selected.includes(card)) return false;
let name=get.name(card,this);
if(name==='shan'||name==='hufu'){
if(type==='use') return lib.filter.cardEnabled(card,this);
if(type==='use') return lib.filter.cardEnabled(card,this,'forceEnable');
if(type==='respond') return lib.filter.cardRespondable(card,this);
return true;
}