mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
Minor formatting.
This commit is contained in:
parent
4023a359a0
commit
9f2570bf66
2 changed files with 15 additions and 14 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue