diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set17/gondor/Card17_028.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set17/gondor/Card17_028.java index 34f0b57eb..566cc78d4 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set17/gondor/Card17_028.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set17/gondor/Card17_028.java @@ -68,7 +68,7 @@ public class Card17_028 extends AbstractCompanion { action.appendCost( new WoundCharactersEffect(self, self)); action.appendEffect( - new ChooseActiveCardEffect(self, playerId, "Choose a minion", CardType.MINION, Filters.inSkirmishAgainst(Culture.GOLLUM, Race.MAN)) { + new ChooseActiveCardEffect(self, playerId, "Choose a minion", CardType.MINION, Filters.inSkirmishAgainst(Culture.GONDOR, Race.MAN)) { @Override protected void cardSelected(LotroGame game, PhysicalCard card) { action.appendEffect( 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 b786b5029..56d4f19ae 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,7 +1,8 @@
 11 Mar. 2012
 - "Harry Goatleaf" is site 2 now.
-- "Urgency" now has the activated ability to discard itself to add +1 strength. 
+- "Urgency" now has the activated ability to discard itself to add +1 strength.
+- "Faramir, Bearer of Quality" now correctly gives the roaming keyword to a minion skirmishing GONDOR Man.
 
 10 Mar. 2012
 - "Asfaloth" no longer discard itself when attached to Ally and fellowship is at an Underground site.