From cfc6a4eea28b5d40c226bcc729dca82bbd0db2de Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Thu, 24 May 2012 10:28:32 +0000 Subject: [PATCH] =?UTF-8?q?-=20"=C3=9Alair=C3=AB=20Ots=C3=ABa,=20Black-Man?= =?UTF-8?q?tled=20Wraith"=20now=20gives=20the=20option=20of=20choice=20to?= =?UTF-8?q?=20the=20FP=20player,=20rather=20than=20Shadow=20player.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/gempukku/lotro/cards/set7/wraith/Card7_218.java | 4 ++-- .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/wraith/Card7_218.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/wraith/Card7_218.java index 7d6bd8479..efc33da9b 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/wraith/Card7_218.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/wraith/Card7_218.java @@ -55,11 +55,11 @@ public class Card7_218 extends AbstractMinion { new ChooseAndReturnCardsToHandEffect(action, game.getGameState().getCurrentPlayerId(), 1, 1, Filters.unboundCompanion) { @Override public String getText(LotroGame game) { - return "Return an unbound companion to his or her hand"; + return "Return an unbound companion to your hand"; } }); action.appendEffect( - new ChoiceEffect(action, playerId, possibleEffects)); + new ChoiceEffect(action, game.getGameState().getCurrentPlayerId(), possibleEffects)); return Collections.singletonList(action); } return null; 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 5770a66ea..484a9adbb 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 @@ -2,6 +2,7 @@ 23 May 2012 - "Merry, Noble Warrior" now adds +2 Strength for each ROHAN companion, instead of just +1. - "New Strength Came Now" now allows to add Strength only to a RAIDER Man. +- "Úlairë Otsëa, Black-Mantled Wraith" now gives the option of choice to the FP player, rather than Shadow player. 22 May 2012 - "A Dragon's Tale" now makes shadow player exert one of his/her minions.