- "Dunlending Horde" is no longer unique (per card text).

This commit is contained in:
marcins78
2013-03-15 17:33:26 +00:00
parent 42975a71b7
commit f8c5e61a4f
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
<b>15 Mar. 2013</b>
- "Lothlorien" correctly requires to spot 2 elves, instead of just one to remove the burden.
- "Outer Wall" works on minions skirmishing ROHAN Man, not unbound companions (per card text).
- "Dunlending Horde" is no longer unique (per card text).
<b>14 Mar. 2013</b>
- "Into the Wild" now increases site number only based on sites in current region (per card text).

View File

@@ -34,7 +34,7 @@ import java.util.List;
*/
public class Card20_008 extends AbstractMinion {
public Card20_008() {
super(5, 12, 2, 3, Race.MAN, Culture.DUNLAND, "Dunlending Horde", null, true);
super(5, 12, 2, 3, Race.MAN, Culture.DUNLAND, "Dunlending Horde");
}
@Override