Signet checking from Modifiers.
This commit is contained in:
@@ -419,7 +419,7 @@ public class Filters {
|
||||
return new Filter() {
|
||||
@Override
|
||||
public boolean accepts(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard physicalCard) {
|
||||
return (physicalCard.getBlueprint().getSignet() == signet);
|
||||
return modifiersQuerying.hasSignet(gameState, physicalCard, signet);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user