- "Ghastly Host" should allow you to play Nazguls now.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user