From 6c2d59924d0898c9e5f8dd5d0e796f5e9f373c78 Mon Sep 17 00:00:00 2001 From: marcins78 Date: Tue, 20 Aug 2013 14:34:49 +0000 Subject: [PATCH] - "Gimli, Sprinter" now wounds hunter minion twice. --- gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html | 1 + .../java/com/gempukku/lotro/cards/set18/dwarven/Card18_001.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html b/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html index 99bc89750..1b4dc7573 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html @@ -4,6 +4,7 @@ - "Curse Their Foul Feet!" now discards only cards if the hand could be revealed. - "At His Command" no longer allows to applied the bonus to a ring-bound companion. - "Pathfinder" and "Follow Smeagol" no longer allow to replace your own site. +- "Gimli, Sprinter" now wounds hunter minion twice. 20 Jun. 2013 - "They Sang as They Slew" correctly counts the exerted cards. diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set18/dwarven/Card18_001.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set18/dwarven/Card18_001.java index 1a91e4037..5f4654408 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set18/dwarven/Card18_001.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set18/dwarven/Card18_001.java @@ -55,7 +55,7 @@ public class Card18_001 extends AbstractCompanion { } }); possibleEffects.add( - new ChooseAndWoundCharactersEffect(action, playerId, 1, 1, CardType.MINION, Keyword.HUNTER) { + new ChooseAndWoundCharactersEffect(action, playerId, 1, 1, 2, CardType.MINION, Keyword.HUNTER) { @Override public String getText(LotroGame game) { return "Wound a hunter minion twice";