Artificial change to 8C87 "Eomer, Keeper of Oaths"

No longer shuffles the deck twice
This commit is contained in:
PhallenCassidy
2018-03-16 22:45:11 -04:00
committed by GitHub
parent 1938d97801
commit 73c1377e6c

View File

@@ -50,8 +50,6 @@ public class Card8_087 extends AbstractCompanion {
new PlayAnyNumberOfCardsFromDeckEffect(action, playerId, rohanPossessions));
}
});
action.appendEffect(
new ShuffleDeckEffect(playerId));
return Collections.singletonList(action);
}
return null;