diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-019/set20.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-019/set20.js index 80b0e06ad..2bf12dd98 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-019/set20.js +++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-019/set20.js @@ -17,7 +17,7 @@ var set20 = { '20_16': 'http://lotrtcg.org/coreset/dunland/hillmantorchbearer.png', '20_17': 'http://lotrtcg.org/coreset/dunland/hillmanprimitive(r1).png', '20_18': 'http://lotrtcg.org/coreset/dunland/hillmanpillager(r1).png', - '20_19': 'http://lotrtcg.org/coreset/dunland/hillmanwarrior.png', + '20_19': 'http://lotrtcg.org/coreset/dunland/hillmanwarrior(r1).png', '20_20': 'http://lotrtcg.org/coreset/dunland/frecaos.png', '20_21': 'http://lotrtcg.org/coreset/dunland/wulfwod.png', '20_22': 'http://lotrtcg.org/coreset/dunland/sarumanti.png', diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/dunland/Card20_019.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/dunland/Card20_019.java index b921ad4b2..da6070ea3 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/dunland/Card20_019.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/dunland/Card20_019.java @@ -19,14 +19,15 @@ import java.util.List; /** * 3 * Hillman Warrior - * Dunland Minion • Man - * 9 1 3 - * While a [Dunland] Man is stacked on a site you control, this minion is strength +3, damage +1 and may only - * take wounds during skirmishes. + * Minion • Man + * 8 1 3 + * While a [Dunland] Man is stacked on a site you control, this minion is strength +2, damage +1 and may only take wounds + * during skirmishes. + * http://lotrtcg.org/coreset/dunland/hillmanwarrior(r1).png */ public class Card20_019 extends AbstractMinion { public Card20_019() { - super(3, 9, 1, 3, Race.MAN, Culture.DUNLAND, "Hillman Warrior"); + super(3, 8, 1, 3, Race.MAN, Culture.DUNLAND, "Hillman Warrior"); } @Override @@ -34,7 +35,7 @@ public class Card20_019 extends AbstractMinion { List modifiers = new LinkedList(); SpotCondition condition = new SpotCondition(Filters.siteControlled(self.getOwner()), Filters.hasStacked(Culture.DUNLAND, Race.MAN)); modifiers.add( - new StrengthModifier(self, self, condition, 3)); + new StrengthModifier(self, self, condition, 2)); modifiers.add( new KeywordModifier(self, self, condition, Keyword.DAMAGE, 1)); modifiers.add(