- "Ominous Landscape" now costs 0 twilight (per card text).

This commit is contained in:
marcins78
2013-03-12 10:49:12 +00:00
parent 5c2a2429a8
commit b98c2faa4b
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
<b>12 Mar. 2013</b>
- "Flaming Brand" from set 20 should now correctly apply strength and damage bonus if bearer is skirmishing a Nazgul.
- "Nine for Mortal Men" now correctly requires discarding two stacked cards instead of one.
- "Ominous Landscape" now costs 0 twilight (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_297 extends AbstractPermanent {
public Card20_297() {
super(Side.SHADOW, 1, CardType.CONDITION, Culture.WRAITH, Zone.SUPPORT, "Ominous Landscape", null, true);
super(Side.SHADOW, 0, CardType.CONDITION, Culture.WRAITH, Zone.SUPPORT, "Ominous Landscape", null, true);
}
@Override