- "The Palanthir of Orthanc" is only usable when it can spot ISENGARD minion now.

This commit is contained in:
marcins78@gmail.com
2012-01-10 12:49:05 +00:00
parent cda06f56b1
commit 1c989acf61
2 changed files with 3 additions and 1 deletions

View File

@@ -37,7 +37,8 @@ public class Card3_067 extends AbstractPermanent {
@Override
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, PhysicalCard self) {
if (PlayConditions.canUseShadowCardDuringPhase(game, Phase.SHADOW, self, 1)) {
if (PlayConditions.canUseShadowCardDuringPhase(game, Phase.SHADOW, self, 1)
&& PlayConditions.canSpot(game, Culture.ISENGARD, CardType.MINION)) {
final ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(
new RemoveTwilightEffect(1));

View File

@@ -2,6 +2,7 @@
<b>10 Jan. 2012</b>
- "Alcarin" should now correctly be usable only if his cost (assignment) can be payed.
- Fixed a lot of issues with Assignment phase.
- "The Palanthir of Orthanc" is only usable when it can spot ISENGARD minion now.
<b>8 Jan. 2012</b>
- Player owned cards can now be used in casual games, in addition to the normal ones.