owner fix
This commit is contained in:
parent
2b3f532b59
commit
f9f7c77413
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue