- "Goblin Scrapper" has now correct stats - 6/2/4.

This commit is contained in:
marcins78
2013-03-13 11:15:56 +00:00
parent 51c490ad30
commit ae9f7f7918
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>13 Mar. 2013</b>
- "Waylayed" now wounds 1 companion 4 times, instead of 4 companions once.
- "Goblin Scrapper" has now correct stats - 6/2/4.
<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

@@ -27,7 +27,7 @@ import java.util.List;
*/
public class Card20_271 extends AbstractMinion {
public Card20_271() {
super(2, 2, 6, 2, Race.GOBLIN, Culture.MORIA, "Goblin Scrapper");
super(2, 6, 2, 4, Race.GOBLIN, Culture.MORIA, "Goblin Scrapper");
}
@Override