mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
[NEO] fixed Discover the Impossible allowing non-instant spells to be cast
This commit is contained in:
parent
f73f3c502f
commit
51b018bc0c
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class DiscoverTheImpossibleEffect extends OneShotEffect {
|
|||
private static final FilterCard filter = new FilterCard();
|
||||
|
||||
static {
|
||||
filter.add(CardType.INSTANT.getPredicate());
|
||||
filter.add(new ManaValuePredicate(ComparisonType.FEWER_THAN, 3));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue