owner fix

This commit is contained in:
kuangthree 2024-01-28 16:16:44 +08:00
parent 2b3f532b59
commit f9f7c77413
1 changed files with 1 additions and 0 deletions

View File

@ -2527,6 +2527,7 @@ export class Get extends Uninstantable {
}else if(parent == current.node.expansions){
return !card.classListContains('removing');
}
return false;
});
//return game.players.concat(game.dead).find(current =>
// current.getCards("hejsx").includes(card) || (current.judging[0] == card && method != "judge"));