Artificial change to 8C87 "Eomer, Keeper of Oaths"
No longer shuffles the deck twice
This commit is contained in:
@@ -50,8 +50,6 @@ public class Card8_087 extends AbstractCompanion {
|
|||||||
new PlayAnyNumberOfCardsFromDeckEffect(action, playerId, rohanPossessions));
|
new PlayAnyNumberOfCardsFromDeckEffect(action, playerId, rohanPossessions));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
action.appendEffect(
|
|
||||||
new ShuffleDeckEffect(playerId));
|
|
||||||
return Collections.singletonList(action);
|
return Collections.singletonList(action);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user