- "Throne of Orthanc" is now unique (per card text).
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user