- "Goblin Scrapper" has now correct stats - 6/2/4.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user