From 4c24e575370527e326355dc3f940dcf9d8071c02 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Wed, 25 Apr 2012 22:04:39 +0000 Subject: [PATCH] - "Unexpected Visitor" now also discards a minion in addition to removing twilight from twilight pool. --- .../java/com/gempukku/lotro/cards/set7/gondor/Card7_126.java | 3 +++ .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/gondor/Card7_126.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/gondor/Card7_126.java index 46186c8d4..485c633f9 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/gondor/Card7_126.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/gondor/Card7_126.java @@ -4,6 +4,7 @@ import com.gempukku.lotro.cards.AbstractAttachable; import com.gempukku.lotro.cards.PlayConditions; import com.gempukku.lotro.cards.effects.RemoveTwilightEffect; import com.gempukku.lotro.cards.effects.SelfDiscardEffect; +import com.gempukku.lotro.cards.effects.choose.ChooseAndDiscardCardsFromPlayEffect; import com.gempukku.lotro.cards.modifiers.AddActionToCardModifier; import com.gempukku.lotro.common.*; import com.gempukku.lotro.filters.Filters; @@ -64,6 +65,8 @@ public class Card7_126 extends AbstractAttachable { ActivateCardAction action = new ActivateCardAction(self); action.appendCost( new SelfDiscardEffect(self)); + action.appendEffect( + new ChooseAndDiscardCardsFromPlayEffect(action, playerId, 1, 1, CardType.MINION)); action.appendEffect( new RemoveTwilightEffect(4)); return Collections.singletonList(action); 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 96d784504..287aa7881 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 @@
+25 Apr. 2012
+- "Unexpected Visitor" now also discards a minion in addition to removing twilight from twilight pool.
+
 24 Apr. 2012
 - "Bill the Pony" no longer is discarded when moving to Underground site, before it decreases the shadow number of the
 site, when adding twilight for moving.