Fix to 15U113 Orkish Camp

Previously, the Shadow player had to exert an [Orc] Orc rather than an [Orc] minion
This commit is contained in:
PhallenCassidy
2017-07-30 18:59:51 -04:00
committed by GitHub
parent 14cddd4aa6
commit ae66786b9a

View File

@@ -48,7 +48,7 @@ public class Card15_113 extends AbstractPermanent {
action.appendCost(
new RemoveTwilightEffect(2));
action.appendCost(
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Culture.ORC, Race.ORC));
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Culture.ORC, CardType.MINION));
action.appendEffect(
new RevealBottomCardsOfDrawDeckEffect(self, playerId, 1) {
@Override