* Chief of the Foundry - Fixed wrong tooltip text.

This commit is contained in:
LevelX2 2017-01-20 18:44:59 +01:00
parent 509139bb4a
commit 8754dc0a69

View file

@ -46,8 +46,8 @@ import mage.filter.predicate.permanent.ControllerPredicate;
* @author fireshoes
*/
public class ChiefOfTheFoundry extends CardImpl {
private static final FilterCreaturePermanent filterBoosted = new FilterCreaturePermanent("artifact creatures");
private static final FilterCreaturePermanent filterBoosted = new FilterCreaturePermanent("Other artifact creatures you control");
static {
filterBoosted.add(new CardTypePredicate(CardType.ARTIFACT));
@ -55,7 +55,7 @@ public class ChiefOfTheFoundry extends CardImpl {
}
public ChiefOfTheFoundry(UUID ownerId, CardSetInfo setInfo) {
super(ownerId,setInfo,new CardType[]{CardType.ARTIFACT,CardType.CREATURE},"{3}");
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{3}");
this.subtype.add("Construct");
this.power = new MageInt(2);
this.toughness = new MageInt(3);