- "Natural Advantages" is now unique (per card text).

This commit is contained in:
marcins78
2013-03-13 11:18:19 +00:00
parent 3451f5bcb7
commit 9133f12e05
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
- "Waylayed" now wounds 1 companion 4 times, instead of 4 companions once.
- "Goblin Scrapper" has now correct stats - 6/2/4.
- "Faramir's Cloak" can now be used only by Faramir (per card text).
- "Natural Advantages" is now unique (per card text).
<b>12 Mar. 2013</b>
- "Flaming Brand" from set 20 should now correctly apply strength and damage bonus if bearer is skirmishing a Nazgul.

View File

@@ -24,7 +24,7 @@ import java.util.List;
*/
public class Card20_201 extends AbstractPermanent {
public Card20_201() {
super(Side.FREE_PEOPLE, 1, CardType.CONDITION, Culture.GONDOR, Zone.SUPPORT, "Natural Advantages");
super(Side.FREE_PEOPLE, 1, CardType.CONDITION, Culture.GONDOR, Zone.SUPPORT, "Natural Advantages", null, true);
}
@Override