- "Gathering to the Summons" adds burden instead of twilight now.
This commit is contained in:
@@ -3,11 +3,11 @@ package com.gempukku.lotro.cards.set4.raider;
|
||||
import com.gempukku.lotro.cards.AbstractOldEvent;
|
||||
import com.gempukku.lotro.cards.PlayConditions;
|
||||
import com.gempukku.lotro.cards.actions.PlayEventAction;
|
||||
import com.gempukku.lotro.cards.effects.AddBurdenEffect;
|
||||
import com.gempukku.lotro.common.*;
|
||||
import com.gempukku.lotro.filters.Filters;
|
||||
import com.gempukku.lotro.game.PhysicalCard;
|
||||
import com.gempukku.lotro.game.state.LotroGame;
|
||||
import com.gempukku.lotro.logic.effects.AddTwilightEffect;
|
||||
|
||||
/**
|
||||
* Set: The Two Towers
|
||||
@@ -32,7 +32,7 @@ public class Card4_235 extends AbstractOldEvent {
|
||||
public PlayEventAction getPlayCardAction(String playerId, LotroGame game, PhysicalCard self, int twilightModifier) {
|
||||
PlayEventAction action = new PlayEventAction(self);
|
||||
action.appendEffect(
|
||||
new AddTwilightEffect(self, 1));
|
||||
new AddBurdenEffect(self, 1));
|
||||
return action;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>8 Nov. 2011</b>
|
||||
- "Gathering to the Summons" adds burden instead of twilight now.
|
||||
|
||||
<b>7 Nov. 2011</b>
|
||||
- "My Axe Is Notched" and "Final Count" should properly grant their strength bonuses now.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user