mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
* Chief of the Foundry - Fixed wrong tooltip text.
This commit is contained in:
parent
509139bb4a
commit
8754dc0a69
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue