- "Horn of Helm Hammerhand" now allows to exert two ROHAN Men (do not have to be valiant anymore) to play it (per card text).

This commit is contained in:
marcins78
2013-04-17 10:17:25 +00:00
parent 8f19da515c
commit de5bbc2e32
2 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>17 Apr. 2013</b>
- "Horn of Helm Hammerhand" now allows to exert two ROHAN Men (do not have to be valiant anymore) to play it (per card text).
<b>12 Apr. 2013</b>
- "Troll of Gorgoroth" now doesn't need to be in 3rd region to discard the condition (per card text).

View File

@@ -24,7 +24,7 @@ import java.util.List;
* 2
* •Horn of Helm Hammerhand
* Rohan Artifact • Support Area
* To play exert Theoden or two Valiant [Rohan] Men.
* To play exert Theoden or two [Rohan] Men.
* Each time you play a [Rohan] fortification, each mounted companion is strength +1 until the regroup phase.
*/
public class Card20_332 extends AbstractPermanent {
@@ -50,10 +50,10 @@ public class Card20_332 extends AbstractPermanent {
}
});
possibleCosts.add(
new ChooseAndExertCharactersEffect(action, playerId, 2, 2, Culture.ROHAN, Race.MAN, Keyword.VALIANT) {
new ChooseAndExertCharactersEffect(action, playerId, 2, 2, Culture.ROHAN, Race.MAN) {
@Override
public String getText(LotroGame game) {
return "Exert two Valiant ROHAN Man";
return "Exert two ROHAN Man";
}
});
action.appendCost(