"The Palantir or Orthanc", "Corruptor of Wizards" is now unique

This commit is contained in:
marcin.sciesinski
2019-08-10 10:08:49 -07:00
parent 860fad3b06
commit 71f8844408

View File

@@ -20,7 +20,7 @@ import java.util.List;
import java.util.Set;
/**
* Title: The Palantir of Orthanc, Corruptor of Wizards
* Title: *The Palantir of Orthanc, Corruptor of Wizards
* Set: Second Edition
* Side: Shadow
* Culture: Isengard
@@ -33,7 +33,7 @@ import java.util.Set;
*/
public class Card40_132 extends AbstractPermanent {
public Card40_132() {
super(Side.SHADOW, 0, CardType.ARTIFACT, Culture.ISENGARD, "The Palantir or Orthanc", "Corruptor of Wizards", false);
super(Side.SHADOW, 0, CardType.ARTIFACT, Culture.ISENGARD, "The Palantir or Orthanc", "Corruptor of Wizards", true);
}
@Override