- "Merry, Noble Warrior" now adds +2 Strength for each ROHAN companion, instead of just +1.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user