- "Úlairë Otsëa, Black-Mantled Wraith" now gives the option of choice to the FP player, rather than Shadow player.

This commit is contained in:
marcins78@gmail.com
2012-05-24 10:28:32 +00:00
parent c6fcca8948
commit cfc6a4eea2
2 changed files with 3 additions and 2 deletions

View File

@@ -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;

View File

@@ -2,6 +2,7 @@
<b>23 May 2012</b>
- "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.
<b>22 May 2012</b>
- "A Dragon's Tale" now makes shadow player exert one of his/her minions.