- "Whatever Means" should now work correctly in cases, when burdens cannot be removed.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user