- "Merry, Noble Warrior" now adds +2 Strength for each ROHAN companion, instead of just +1.

This commit is contained in:
marcins78@gmail.com
2012-05-23 13:18:16 +00:00
parent ba843221fc
commit 073b5d33d5
2 changed files with 4 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ public class Card8_121 extends AbstractCompanion {
protected void spottedCards(int spotCount) {
action.insertEffect(
new AddUntilEndOfPhaseModifierEffect(
new StrengthModifier(self, self, spotCount), Phase.SKIRMISH));
new StrengthModifier(self, self, 2 * spotCount), Phase.SKIRMISH));
}
});
return Collections.singletonList(action);

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>23 May 2012</b>
- "Merry, Noble Warrior" now adds +2 Strength for each ROHAN companion, instead of just +1.
<b>22 May 2012</b>
- "A Dragon's Tale" now makes shadow player exert one of his/her minions.
- "Sauron's Hatred" and other cards that play card without paying roaming penalty are now working correctly.