- "The Eye of Sauron" now correctly exerts the SAURON Orc.
This commit is contained in:
@@ -4,6 +4,7 @@ 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.ForEachBurdenYouSpotEffect;
|
||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect;
|
||||
import com.gempukku.lotro.common.Culture;
|
||||
import com.gempukku.lotro.common.Phase;
|
||||
import com.gempukku.lotro.common.Race;
|
||||
@@ -39,6 +40,8 @@ public class Card2_087 extends AbstractOldEvent {
|
||||
@Override
|
||||
public PlayEventAction getPlayCardAction(final String playerId, LotroGame game, PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
|
||||
final PlayEventAction action = new PlayEventAction(self);
|
||||
action.appendCost(
|
||||
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Culture.SAURON, Race.ORC));
|
||||
action.appendEffect(
|
||||
new ForEachBurdenYouSpotEffect(playerId) {
|
||||
@Override
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>13 Jan. 2012</b>
|
||||
- "The Eye of Sauron" now correctly exerts the SAURON Orc.
|
||||
|
||||
<b>12 Jan. 2012</b>
|
||||
- Players can now (using Settings tab) specify which form of answer selection to use - buttons or drop-down.
|
||||
- FP player should be able to play only FP cards, Shadow player - Shadow cards, even if effect text doesn't say it
|
||||
|
||||
Reference in New Issue
Block a user