- "The Long Dark of Moria" is now unique (per card text).

This commit is contained in:
marcins78
2013-03-12 11:07:22 +00:00
parent af250dea34
commit af81a598c9
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
- "Cave Troll of Moria" from set 20 now reduces the twilight cost per card discarded, not increases it.
- "Saruman, Tribal Instigator" is now a Wizard (not Man).
- "Eomer, Eored Captain" now correctly gets +2 strength for each wound, instead of +1.
- "The Long Dark of Moria" is now unique (per card text).
<b>11 Mar. 2013</b>
- Second Edition is playable now.

View File

@@ -27,7 +27,7 @@ import java.util.List;
*/
public class Card20_279 extends AbstractPermanent {
public Card20_279() {
super(Side.SHADOW, 1, CardType.CONDITION, Culture.MORIA, Zone.SUPPORT, "The Long Dark of Moria");
super(Side.SHADOW, 1, CardType.CONDITION, Culture.MORIA, Zone.SUPPORT, "The Long Dark of Moria", null, true);
}
@Override