- "Gimli's Battle Axe, Weapon of Erebor" no longer gives vitality bonus (per card text).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user