- "Whatever Means" should now work correctly in cases, when burdens cannot be removed.

This commit is contained in:
marcins78@gmail.com
2012-09-25 15:35:14 +00:00
parent 01f668ee52
commit 21a0c0dcb3
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ public class Card13_121 extends AbstractEvent {
public PlayEventAction getPlayCardAction(final String playerId, final LotroGame game, final PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
final AtomicInteger bonus = new AtomicInteger(2);
final PlayEventAction action = new PlayEventAction(self);
action.appendCost(
action.appendEffect(
new OptionalEffect(action, playerId,
new RemoveBurdenEffect(playerId, self, 2) {
@Override

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>25 Sep. 2012</b>
- "Elven Armaments" now prevents only the FP player from using the Archery special abilities.
- "Whatever Means" should now work correctly in cases, when burdens cannot be removed.
<b>20 Sep. 2012</b>
- "Rallying Call" should now correctly prevent removal of threats by FP cards.