- "Ghastly Host" should allow you to play Nazguls now.

This commit is contained in:
marcins78@gmail.com
2011-12-09 16:55:49 +00:00
parent cd63202166
commit a2ded21b04
2 changed files with 4 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ public class Card7_179 extends AbstractPermanent {
@Override
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, PhysicalCard self) {
if (PlayConditions.canUseShadowCardDuringPhase(game, Phase.SHADOW, self, 0)
&& PlayConditions.canSpot(game, self, Race.NAZGUL)
&& PlayConditions.canSpot(game, Race.NAZGUL)
&& PlayConditions.canRemoveThreat(game, self, 1)
&& PlayConditions.canPlayFromHand(playerId, game, -2, Race.NAZGUL)) {
ActivateCardAction action = new ActivateCardAction(self);

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>9 Dec. 2011</b>
- "Ghastly Host" should allow you to play Nazguls now.
<b>7 Dec. 2011</b>
- "Desert Lancers" now correctly costs 5 twilight.
- "Brooding on Tomorrow" is now unique.