From 6d7cb3713eaf9266e5685008b92a24ab1a5f8cfd Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Mon, 26 Mar 2012 06:31:15 +0000 Subject: [PATCH] - "Let Her Deal With Them" now correctly requires to spot Gollum or Smeagol to be able to play it (both from hand and discard). --- .../com/gempukku/lotro/cards/set7/gollum/Card7_063.java | 7 +++++++ .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 2 ++ 2 files changed, 9 insertions(+) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/gollum/Card7_063.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/gollum/Card7_063.java index 4e3a1966f..cf8f53848 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/gollum/Card7_063.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/gollum/Card7_063.java @@ -3,6 +3,7 @@ package com.gempukku.lotro.cards.set7.gollum; import com.gempukku.lotro.cards.AbstractAttachable; import com.gempukku.lotro.cards.PlayConditions; import com.gempukku.lotro.common.*; +import com.gempukku.lotro.filters.Filter; import com.gempukku.lotro.filters.Filters; import com.gempukku.lotro.game.PhysicalCard; import com.gempukku.lotro.game.state.LotroGame; @@ -27,6 +28,12 @@ public class Card7_063 extends AbstractAttachable { super(Side.SHADOW, CardType.CONDITION, 1, Culture.GOLLUM, null, "Let Her Deal With Them"); } + @Override + public boolean checkPlayRequirements(String playerId, LotroGame game, PhysicalCard self, Filter additionalAttachmentFilter, int twilightModifier) { + return super.checkPlayRequirements(playerId, game, self, additionalAttachmentFilter, twilightModifier) + && PlayConditions.canSpot(game, Filters.gollumOrSmeagol); + } + @Override protected Filterable getValidTargetFilter(String playerId, LotroGame game, PhysicalCard self) { return Filters.and(CardType.MINION, Filters.not(Filters.hasAttached(Filters.name(getName())))); 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 75e175cc7..7fb78ed7f 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,6 +1,8 @@
 26 Mar. 2012
 - "Pillage of Rohan" and other similar cards should be active at the right time now (only on your turn).
+- "Let Her Deal With Them" now correctly requires to spot Gollum or Smeagol to be able to play it (both from hand
+and discard).
 
 16 Mar. 2012
 - When "Mountain-troll" is played with discarding 5 minions, now it should properly gain Fierce.