- Fixed a type in "Palantir" name.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>18 Apr. 2013</b>
|
||||
- Fixed a type in "Palantir" name.
|
||||
|
||||
<b>17 Apr. 2013</b>
|
||||
- "Horn of Helm Hammerhand" now allows to exert two ROHAN Men (do not have to be valiant anymore) to play it (per card text).
|
||||
- "The Balrog, Dread Servant of Melkor" no longer requires to spot more companions than minions to activate its Regroup
|
||||
|
||||
@@ -26,7 +26,7 @@ import java.util.List;
|
||||
*/
|
||||
public class Card3_067 extends AbstractPermanent {
|
||||
public Card3_067() {
|
||||
super(Side.SHADOW, 0, CardType.ARTIFACT, Culture.ISENGARD, Zone.SUPPORT, "The Palanthir of Orthanc", null, true);
|
||||
super(Side.SHADOW, 0, CardType.ARTIFACT, Culture.ISENGARD, Zone.SUPPORT, "The Palantir of Orthanc", null, true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user