- "Gathering to the Summons" adds burden instead of twilight now.

This commit is contained in:
marcins78@gmail.com
2011-11-08 13:34:44 +00:00
parent d7174e62b5
commit 87073812ed
2 changed files with 5 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -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.