- "Rope and Winch" now adds +2 Strength, instead of +1 for each extra card discarded.

This commit is contained in:
marcins78@gmail.com
2012-04-19 09:30:12 +00:00
parent d5937f8da4
commit e289ac8ee7
2 changed files with 4 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ public class Card7_309 extends AbstractEvent {
int diff = shadowDiscardCount - fpDiscardCount;
if (diff > 0) {
action.appendEffect(
new ChooseAndAddUntilEOPStrengthBonusEffect(action, self, playerId, diff, Culture.SAURON, Race.ORC));
new ChooseAndAddUntilEOPStrengthBonusEffect(action, self, playerId, 2 * diff, Culture.SAURON, Race.ORC));
}
}
});

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>19 Apr. 2012</b>
- "Rope and Winch" now adds +2 Strength, instead of +1 for each extra card discarded.
<b>17 Apr. 2012</b>
- Changing the display of league definition to make it more clear.