Corrected strength threshold

This commit is contained in:
PhallenCassidy
2017-11-12 22:00:14 -05:00
committed by GitHub
parent f6e9635ac6
commit 3ac9fbc9ce

View File

@@ -46,7 +46,7 @@ public class Card31_010 extends AbstractAlly {
@Override
protected void opponentChosen(String opponentId) {
action.appendEffect(
new ChooseAndReturnCardsToHandEffect(action, opponentId, 1, 1, Race.ORC, Filters.lessStrengthThan(7)));
new ChooseAndReturnCardsToHandEffect(action, opponentId, 1, 1, Race.ORC, Filters.lessStrengthThan(8)));
}
});
return Collections.singletonList(action);