Returning cards to hand fixing.

This commit is contained in:
marcins78@gmail.com
2011-10-14 13:24:50 +00:00
parent 2a345430fb
commit 47c3597bd8

View File

@@ -36,7 +36,7 @@ public class ReturnCardsToHandEffect extends AbstractEffect {
@Override
public boolean isPlayableInFull(LotroGame game) {
return true;
return Filters.filterActive(game.getGameState(), game.getModifiersQuerying(), _filter).size() > 0;
}
@Override