- "The Palanthir of Orthanc" is only usable when it can spot ISENGARD minion now.
This commit is contained in:
@@ -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));
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user