From a2ded21b04af0855be8ba28d88d460c0f87971ff Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Fri, 9 Dec 2011 16:55:49 +0000 Subject: [PATCH] - "Ghastly Host" should allow you to play Nazguls now. --- .../java/com/gempukku/lotro/cards/set7/wraith/Card7_179.java | 2 +- .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/wraith/Card7_179.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/wraith/Card7_179.java index 26488ac9a..41c215e6d 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/wraith/Card7_179.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/wraith/Card7_179.java @@ -29,7 +29,7 @@ public class Card7_179 extends AbstractPermanent { @Override protected List 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); diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index af7fd0fbd..8e4044df4 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -1,4 +1,7 @@
+9 Dec. 2011
+- "Ghastly Host" should allow you to play Nazguls now.
+
 7 Dec. 2011
 - "Desert Lancers" now correctly costs 5 twilight.
 - "Brooding on Tomorrow" is now unique.