- "Dunlending Horde" is no longer unique (per card text).
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user