- "Dunlending Firebrand" is now correctly unique.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>19 Dec. 2013</b>
|
||||
- "Dunlending Firebrand" is now correctly unique.
|
||||
|
||||
<b>18 Dec. 2013</b>
|
||||
- All the "play fellowship's next site (replacing opponent's site if necessary) should now work the same way - always
|
||||
replacing next site, no matter who's it is.
|
||||
|
||||
@@ -28,7 +28,7 @@ import java.util.List;
|
||||
*/
|
||||
public class Card20_003 extends AbstractMinion {
|
||||
public Card20_003() {
|
||||
super(3, 9, 1, 3, Race.MAN, Culture.DUNLAND, "Dunlending Firebrand");
|
||||
super(3, 9, 1, 3, Race.MAN, Culture.DUNLAND, "Dunlending Firebrand", null, true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user