diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/gollum/Card11_049.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/gollum/Card11_049.java index 19d13e57d..c5ba7725f 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/gollum/Card11_049.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/gollum/Card11_049.java @@ -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?") { diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index 739160c0e..693a07a57 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -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. 14 Dec. 2011 - Added "Black Rider" - set 12.