- "Saruman's Reach", it's the FP player now choosing which companions to exert.
This commit is contained in:
@@ -48,7 +48,7 @@ public class Card1_137 extends AbstractOldEvent {
|
||||
|
||||
List<Effect> possibleEffects = new LinkedList<Effect>();
|
||||
possibleEffects.add(
|
||||
new ChooseAndExertCharactersEffect(action, playerId, 2, 2, CardType.COMPANION) {
|
||||
new ChooseAndExertCharactersEffect(action, game.getGameState().getCurrentPlayerId(), 2, 2, CardType.COMPANION) {
|
||||
@Override
|
||||
public String getText(LotroGame game) {
|
||||
return "Exert 2 companions";
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>12 Dec. 2011</b>
|
||||
- "Mumak Chieftain" can now play a mount for discount value, even if it can't play it without the discount.
|
||||
- "Saruman's Reach", it's the FP player now choosing which companions to exert.
|
||||
|
||||
<b>11 Dec. 2011</b>
|
||||
- Added leagues
|
||||
|
||||
Reference in New Issue
Block a user