- "Southron Commander" should now display a proper text to the FP player when used.
This commit is contained in:
@@ -54,7 +54,12 @@ public class Card4_249 extends AbstractMinion {
|
||||
new PreventableEffect.PreventionCost() {
|
||||
@Override
|
||||
public Effect createPreventionCostForPlayer(SubAction subAction, String playerId) {
|
||||
return new ChooseAndDiscardCardsFromPlayEffect(subAction, playerId, 1, 1, Filters.unboundCompanion);
|
||||
return new ChooseAndDiscardCardsFromPlayEffect(subAction, playerId, 1, 1, Filters.unboundCompanion) {
|
||||
@Override
|
||||
public String getText(LotroGame game) {
|
||||
return "Discard an unbound companion";
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
));
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
- "Chamber of Mazarbul" now has an Underground keyword.
|
||||
- "Moving This Way" now reveals the Nazgul before putting it on bottom of deck.
|
||||
- "The Angle" should not freeze the game anymore, when used and can spot 6 companions.
|
||||
- "Southron Commander" should now display a proper text to the FP player when used.
|
||||
|
||||
<b>15 Dec. 2011</b>
|
||||
- "Legolas Bow" now correctly allows to heal when Legolas bearing it is exerted to play an event or condition.
|
||||
|
||||
Reference in New Issue
Block a user