- "Gimli, Sprinter" now wounds hunter minion twice.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user