- "Gimli's Battle Axe, Weapon of Erebor" no longer gives vitality bonus (per card text).

This commit is contained in:
marcins78
2013-03-13 15:19:05 +00:00
parent 2bbd72554f
commit 18c42b8751
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
- "Farin, Dwarf of Erebor" no longer has the extra activated ability of the old version.
- "Goblin Howler" now gets the strength bonus, when a minion is played from condition, not the played minion.
- "Fall of Free Peoples" now correctly requires to exert a SAURON Orc.
- "Gimli's Battle Axe, Weapon of Erebor" no longer gives vitality bonus (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

@@ -28,7 +28,7 @@ import java.util.List;
*/
public class Card20_055 extends AbstractAttachableFPPossession {
public Card20_055() {
super(2, 2, 1, Culture.DWARVEN, PossessionClass.HAND_WEAPON, "Gimli's Battle Axe", "Weapon of Erebor", true);
super(2, 2, 0, Culture.DWARVEN, PossessionClass.HAND_WEAPON, "Gimli's Battle Axe", "Weapon of Erebor", true);
}
@Override