- "Natural Advantages" is now unique (per card text).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user