- "Gloin, Gimli's Father" now has a twilight cost of 2, instead of 3 (per card text).

This commit is contained in:
marcins78
2013-03-13 12:28:39 +00:00
parent d2a0db73f3
commit 73e229dc84
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
- FP player wins now in Second Edition, when Shadow player reconciles during regroup on site 9.
- "Ulaire Cantea, Morgul Predator"'s trigger is now an optional one (power-level adjustment).
- "Farin, Dwarf of Erebor" no longer has the extra activated ability of the old version.
- "Gloin, Gimli's Father" now has a twilight cost of 2, instead of 3 (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

@@ -33,7 +33,7 @@ import java.util.List;
*/
public class Card20_057 extends AbstractCompanion {
public Card20_057() {
super(3, 5, 4, 6, Culture.DWARVEN, Race.DWARF, null, "Gloin", "Gimli's Father", true);
super(2, 5, 4, 6, Culture.DWARVEN, Race.DWARF, null, "Gloin", "Gimli's Father", true);
addKeyword(Keyword.DAMAGE, 1);
}