Create Card31_063.java

This commit is contained in:
PhallenCassidy
2017-06-14 22:24:14 -04:00
committed by GitHub
parent 837f7b6fb1
commit b77516c341

View File

@@ -35,7 +35,7 @@ public class Card31_063 extends AbstractMinion {
}
@Override
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, final PhysicalCard self) {
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, PhysicalCard self) {
if (PlayConditions.canUseShadowCardDuringPhase(game, Phase.SKIRMISH, self, 0)
&& PlayConditions.canDiscardFromPlay(self, game, Race.ORC)) {
ActivateCardAction action = new ActivateCardAction(self);