From d862b9cd098b8b6f36c542af4bdd3a96592a56a2 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Mon, 19 Dec 2011 13:50:41 +0000 Subject: [PATCH] - "Old Differences" now correctly applies the strength penalty to the elf or dwarf. --- .../java/com/gempukku/lotro/cards/set2/moria/Card2_069.java | 4 +++- .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 1 + 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_069.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/moria/Card2_069.java index a2b2407d8..9050fc892 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/moria/Card2_069.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set2/moria/Card2_069.java @@ -36,7 +36,9 @@ public class Card2_069 extends AbstractOldEvent { public PlayEventAction getPlayCardAction(String playerId, final LotroGame game, final PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) { final PlayEventAction action = new PlayEventAction(self); action.appendEffect( - new ChooseActiveCardEffect(self, playerId, "Choose Elf or Dwarf", Filters.inSkirmishAgainst(Filters.or(Race.ELF, Race.DWARF))) { + new ChooseActiveCardEffect(self, playerId, "Choose Elf or Dwarf", + Filters.or(Race.ELF, Race.DWARF), + Filters.inSkirmishAgainst(Culture.MORIA, Race.ORC)) { @Override protected void cardSelected(LotroGame game, PhysicalCard elfOrDwarf) { boolean canSpotElf = Filters.canSpot(game.getGameState(), game.getModifiersQuerying(), Race.ELF); 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 f682be49f..25cb88a94 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 @@ -6,6 +6,7 @@ - "Southron Commander" should now display a proper text to the FP player when used. - Fixed a problem, where if a card was played with a discount and also had Toil, the toil could not be played and card playing was cancelled and put into discard. +- "Old Differences" now correctly applies the strength penalty to the elf or dwarf. 15 Dec. 2011 - "Legolas Bow" now correctly allows to heal when Legolas bearing it is exerted to play an event or condition.