- "The Angle" should not freeze the game anymore, when used and can spot 6 companions.

This commit is contained in:
marcins78@gmail.com
2011-12-19 10:24:52 +00:00
parent 6fb9afb0a5
commit 3a7e658dc0
2 changed files with 2 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ public class Card12_185 extends AbstractNewSite {
new ChooseAndDiscardCardsFromHandEffect(action, playerId, false, 2) {
@Override
public String getText(LotroGame game) {
return super.getText(game);
return "Discard 2 cards from hand";
}
});

View File

@@ -2,6 +2,7 @@
<b>19 Dec. 2011</b>
- "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.
<b>15 Dec. 2011</b>
- "Legolas Bow" now correctly allows to heal when Legolas bearing it is exerted to play an event or condition.