- "Rope and Winch" now adds +2 Strength, instead of +1 for each extra card discarded.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user