- "Flaming Brand" costs 0 twilight (per card text).

This commit is contained in:
marcins78
2013-03-25 11:39:57 +00:00
parent 4a4d8a68e6
commit 181563bbb5
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
- "Clan of the Hills" is now an optional trigger, not an action.
- "Black Beast of Angmar, Death in Flight" now correctly applies its strength and vitality modifier.
- "Gandalf, Wisest of the Istari" now has 8 resistance, not 7 (per card text).
- "Flaming Brand" costs 0 twilight (per card text).
<b>20 Mar. 2013</b>
- "Uruk Mender" has now 8 strength (per card text).

View File

@@ -22,7 +22,7 @@ import java.util.List;
*/
public class Card20_194 extends AbstractAttachableFPPossession {
public Card20_194() {
super(1, 1, 0, Culture.GONDOR, PossessionClass.HAND_WEAPON, "Flaming Brand", null, true);
super(0, 1, 0, Culture.GONDOR, PossessionClass.HAND_WEAPON, "Flaming Brand", null, true);
}
@Override