- "Throne of Orthanc" is now unique (per card text).

This commit is contained in:
marcins78
2013-03-25 11:27:56 +00:00
parent 78a4de3b8e
commit 9b52bc41c6
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
<b>25 Mar. 2013</b>
- Changed all images for set 20 from PNG to JPEG.
- "Hama, Protector of the Golden Hall" has now 7 resistance, not 5 (per card text).
- Applied revision 2 changes to set 20.
- "Throne of Orthanc" is now unique (per card text).
<b>20 Mar. 2013</b>
- "Uruk Mender" has now 8 strength (per card text).

View File

@@ -31,7 +31,7 @@ import java.util.List;
*/
public class Card20_240 extends AbstractPermanent {
public Card20_240() {
super(Side.SHADOW, 1, CardType.ARTIFACT, Culture.ISENGARD, Zone.SUPPORT, "Throne of Orthanc");
super(Side.SHADOW, 1, CardType.ARTIFACT, Culture.ISENGARD, Zone.SUPPORT, "Throne of Orthanc", null, true);
}
@Override