- "One Good Turn Deserves Another" plays next site now, instead of replacing current one.

This commit is contained in:
marcins78@gmail.com
2011-12-15 18:22:59 +00:00
parent c1e334ddb8
commit e2d9aa0964
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.actions.PlayEventAction;
import com.gempukku.lotro.cards.actions.SubCostToEffectAction;
import com.gempukku.lotro.cards.effects.AddBurdenEffect;
import com.gempukku.lotro.cards.effects.PlayNextSiteEffect;
import com.gempukku.lotro.cards.effects.PutPlayedEventIntoHandEffect;
import com.gempukku.lotro.common.Culture;
import com.gempukku.lotro.common.Phase;
@@ -14,7 +15,6 @@ import com.gempukku.lotro.game.PhysicalCard;
import com.gempukku.lotro.game.state.LotroGame;
import com.gempukku.lotro.logic.GameUtils;
import com.gempukku.lotro.logic.decisions.YesNoDecision;
import com.gempukku.lotro.logic.effects.PlaySiteEffect;
import com.gempukku.lotro.logic.effects.PlayoutDecisionEffect;
/**
@@ -41,7 +41,7 @@ public class Card11_049 extends AbstractEvent {
public PlayEventAction getPlayCardAction(String playerId, final LotroGame game, final PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
final PlayEventAction action = new PlayEventAction(self);
action.appendEffect(
new PlaySiteEffect(action, playerId, null, game.getGameState().getCurrentSiteNumber()));
new PlayNextSiteEffect(action, playerId));
action.appendEffect(
new PlayoutDecisionEffect(playerId,
new YesNoDecision("Do you wanto return " + GameUtils.getCardLink(self) + " back into hand?") {

View File

@@ -3,6 +3,7 @@
- "Legolas Bow" now correctly allows to heal when Legolas bearing it is exerted to play an event or condition.
- Many old cards that were playing cards from discard, no longer can do that if there is an effect preventing playing
cards from discard.
- "One Good Turn Deserves Another" plays next site now, instead of replacing current one.
<b>14 Dec. 2011</b>
- Added "Black Rider" - set 12.