- "Dark Powers Strengthen" now has Toil 2 (didn't have before).
This commit is contained in:
@@ -3,10 +3,7 @@ package com.gempukku.lotro.cards.set11.wraith;
|
||||
import com.gempukku.lotro.cards.AbstractEvent;
|
||||
import com.gempukku.lotro.cards.PlayConditions;
|
||||
import com.gempukku.lotro.cards.actions.PlayEventAction;
|
||||
import com.gempukku.lotro.common.Culture;
|
||||
import com.gempukku.lotro.common.Phase;
|
||||
import com.gempukku.lotro.common.Race;
|
||||
import com.gempukku.lotro.common.Side;
|
||||
import com.gempukku.lotro.common.*;
|
||||
import com.gempukku.lotro.game.PhysicalCard;
|
||||
import com.gempukku.lotro.game.state.LotroGame;
|
||||
import com.gempukku.lotro.logic.effects.DrawCardsEffect;
|
||||
@@ -23,6 +20,7 @@ import com.gempukku.lotro.logic.effects.DrawCardsEffect;
|
||||
public class Card11_207 extends AbstractEvent {
|
||||
public Card11_207() {
|
||||
super(Side.SHADOW, 6, Culture.WRAITH, "Dark Powers Strengthen", Phase.SHADOW);
|
||||
addKeyword(Keyword.TOIL, 2);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -6,6 +6,7 @@ cards from discard.
|
||||
- "One Good Turn Deserves Another" plays next site now, instead of replacing current one.
|
||||
- "Safe Passage" should no longer freeze the game, when player moves after it's played.
|
||||
- Automatically handling multiple triggers from the same card(s) - i.e. Goblin Armory, etc.
|
||||
- "Dark Powers Strengthen" now has Toil 2 (didn't have before).
|
||||
|
||||
<b>14 Dec. 2011</b>
|
||||
- Added "Black Rider" - set 12.
|
||||
|
||||
Reference in New Issue
Block a user