Minor formatting.

This commit is contained in:
LevelX2 2014-04-20 23:47:48 +02:00
parent 4023a359a0
commit 9f2570bf66
2 changed files with 15 additions and 14 deletions

View file

@ -54,7 +54,7 @@ public class HumblerOfMortals extends CardImpl<HumblerOfMortals> {
this.toughness = new MageInt(5);
// Constellation - Whenever Humbler of Mortals or another enchantment enters the battlefield under your control, creatures you control gain trample until end of turn.
this.addAbility(new ConstellationAbility(new GainAbilityControlledEffect(TrampleAbility.getInstance(), Duration.EndOfTurn, new FilterControlledCreaturePermanent())));
this.addAbility(new ConstellationAbility(new GainAbilityControlledEffect(TrampleAbility.getInstance(), Duration.EndOfTurn, new FilterControlledCreaturePermanent("creatures"))));
}
public HumblerOfMortals(final HumblerOfMortals card) {