forked from External/mage
[AVR] Second Guest + tests. Refactored filters.
This commit is contained in:
parent
3fac42fc3c
commit
32e29392d2
184 changed files with 823 additions and 562 deletions
|
|
@ -87,7 +87,7 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
|
|||
@Override
|
||||
protected void cardLooked(Card card, Game game, Ability source) {
|
||||
|
||||
if (numberToPick.calculate(game, source) > 0 && filter.match(card))
|
||||
if (numberToPick.calculate(game, source) > 0 && filter.match(card, game))
|
||||
++foundCardsToPick;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue