From 0d62a6f82c076c2a837e7180204e2ac7b3f467d1 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Sun, 6 Nov 2011 17:34:14 +0000 Subject: [PATCH] - "Moria Archer Troop" no longer adds archery if it can spot only non-Moria other archer. --- .../java/com/gempukku/lotro/cards/set2/moria/Card2_067.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/set2/moria/Card2_067.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/moria/Card2_067.java index bc6f17722..56c06937d 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/moria/Card2_067.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/moria/Card2_067.java @@ -36,6 +36,6 @@ public class Card2_067 extends AbstractMinion { public List getAlwaysOnModifiers(LotroGame game, PhysicalCard self) { return Collections.singletonList( new ArcheryTotalModifier(self, Side.SHADOW, - new SpotCondition(Filters.and(Filters.not(Filters.sameCard(self)), Filters.keyword(Keyword.ARCHER))), 1)); + new SpotCondition(Filters.not(self), Culture.MORIA, Keyword.ARCHER), 1)); } } 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 27c9c6c7e..c6e8ef7c0 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 @@
+6 Nov. 2011
+- "Moria Archer Troop" no longer adds archery if it can spot only non-Moria other archer.
+
 5 Nov. 2011
 - Fixed issue with fierce skirmishes, where cards were not able to assign minions to skirmishes.
 - Game replays now will be showing the decisions player was able to make.