- "Dunlending Firebrand" is now correctly unique.

This commit is contained in:
marcins78
2013-12-19 10:21:59 +00:00
parent 90d37145be
commit a905edf05f
2 changed files with 4 additions and 1 deletions

View File

@@ -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.

View File

@@ -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