all and none filter.

This commit is contained in:
Rintim 2023-09-28 18:34:50 +08:00
parent 3e25256914
commit dd1d1ddff4
1 changed files with 2 additions and 3 deletions

View File

@ -30476,9 +30476,8 @@
},
},
filter:{
all:function(){
return true;
},
all:()=>true,
none:()=>false,
//Check if the card does not count toward the player's hand limit
//检测此牌是否不计入此角色的手牌上限
ignoredHandcard:(card,player)=>game.checkMod(card,player,false,'ignoredHandcard',player),