- "Southron Commander" should now display a proper text to the FP player when used.

This commit is contained in:
marcins78@gmail.com
2011-12-19 10:30:29 +00:00
parent 3a7e658dc0
commit 6876fc1cc7
2 changed files with 7 additions and 1 deletions

View File

@@ -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";
}
};
}
}
));

View File

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