mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fixed Mobilized District with missing ability;
This commit is contained in:
parent
73f7855e4d
commit
6f045ec81a
1 changed files with 2 additions and 1 deletions
|
@ -54,9 +54,10 @@ public final class MobilizedDistrict extends CardImpl {
|
|||
"It's still a land. This ability costs {1} less to activate " +
|
||||
"for each legendary creature and planeswalker you control."
|
||||
), new GenericManaCost(4));
|
||||
this.addAbility(ability);
|
||||
this.addAbility(new SimpleStaticAbility(
|
||||
Zone.ALL, new MobilizedDistrictCostIncreasingEffect(ability.getOriginalId())
|
||||
).addHint(new ValueHint("legendary creatures and planeswalkers you control", cardsCount)));
|
||||
).addHint(new ValueHint("Legendary creatures and planeswalkers you control", cardsCount)));
|
||||
}
|
||||
|
||||
private MobilizedDistrict(final MobilizedDistrict card) {
|
||||
|
|
Loading…
Reference in a new issue