- Fixed a type in "Palantir" name.

This commit is contained in:
marcins78
2013-04-18 16:42:23 +00:00
parent d5058ff798
commit a295bff81b
2 changed files with 4 additions and 1 deletions

View File

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

View File

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