- "Called Away" cannot be played now if burdens cannot be removed.
This commit is contained in:
@@ -34,7 +34,8 @@ public class Card8_093 extends AbstractPermanent {
|
||||
protected List<? extends Action> getExtraPhaseActions(final String playerId, LotroGame game, final PhysicalCard self) {
|
||||
if (PlayConditions.canUseShadowCardDuringPhase(game, Phase.REGROUP, self, 0)
|
||||
&& PlayConditions.canDiscardFromPlay(self, game, Culture.SAURON, CardType.MINION)
|
||||
&& PlayConditions.canSpot(game, CardType.COMPANION, Filters.not(Filters.ringBearer), Filters.lessVitalityThan(game.getGameState().getBurdens() + 1))) {
|
||||
&& PlayConditions.canSpot(game, CardType.COMPANION, Filters.not(Filters.ringBearer), Filters.lessVitalityThan(game.getGameState().getBurdens() + 1))
|
||||
&& PlayConditions.canRemoveBurdens(game, self, 1)) {
|
||||
final ActivateCardAction action = new ActivateCardAction(self);
|
||||
action.appendCost(
|
||||
new ChooseAndDiscardCardsFromPlayEffect(action, playerId, 1, 1, Culture.SAURON, CardType.MINION));
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>5 Oct. 2012</b>
|
||||
- "Called Away" cannot be played now if burdens cannot be removed.
|
||||
|
||||
<b>2 Oct. 2012</b>
|
||||
- "Ugluk's Sword, Weapon of Command" - bearer cannot take wounds only if you control 2 or more sites now.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user