- "Gimli, Sprinter" now wounds hunter minion twice.

This commit is contained in:
marcins78
2013-08-20 14:34:49 +00:00
parent 5da9cd74dd
commit 6c2d59924d
2 changed files with 2 additions and 1 deletions

View File

@@ -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.
<b>20 Jun. 2013</b>
- "They Sang as They Slew" correctly counts the exerted cards.

View File

@@ -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";