- "Ú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:
@@ -55,11 +55,11 @@ public class Card7_218 extends AbstractMinion {
|
|||||||
new ChooseAndReturnCardsToHandEffect(action, game.getGameState().getCurrentPlayerId(), 1, 1, Filters.unboundCompanion) {
|
new ChooseAndReturnCardsToHandEffect(action, game.getGameState().getCurrentPlayerId(), 1, 1, Filters.unboundCompanion) {
|
||||||
@Override
|
@Override
|
||||||
public String getText(LotroGame game) {
|
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(
|
action.appendEffect(
|
||||||
new ChoiceEffect(action, playerId, possibleEffects));
|
new ChoiceEffect(action, game.getGameState().getCurrentPlayerId(), possibleEffects));
|
||||||
return Collections.singletonList(action);
|
return Collections.singletonList(action);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<b>23 May 2012</b>
|
<b>23 May 2012</b>
|
||||||
- "Merry, Noble Warrior" now adds +2 Strength for each ROHAN companion, instead of just +1.
|
- "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.
|
- "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>
|
<b>22 May 2012</b>
|
||||||
- "A Dragon's Tale" now makes shadow player exert one of his/her minions.
|
- "A Dragon's Tale" now makes shadow player exert one of his/her minions.
|
||||||
|
|||||||
Reference in New Issue
Block a user