forked from External/mage
[LCC] Illustrious Wanderglyph - fixed miss city's blessing card hint
This commit is contained in:
parent
1c63bb6b04
commit
073d9dcbc6
1 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ import mage.abilities.condition.common.CitysBlessingCondition;
|
|||
import mage.abilities.decorator.ConditionalContinuousEffect;
|
||||
import mage.abilities.effects.common.CreateTokenEffect;
|
||||
import mage.abilities.effects.common.continuous.BoostControlledEffect;
|
||||
import mage.abilities.hint.common.CitysBlessingHint;
|
||||
import mage.abilities.keyword.AscendAbility;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
|
|
@ -41,7 +42,7 @@ public final class IllustriousWanderglyph extends CardImpl {
|
|||
StaticFilters.FILTER_PERMANENT_ARTIFACT_CREATURE, true
|
||||
), CitysBlessingCondition.instance, "other artifact creatures you control " +
|
||||
"get +2/+2 as long as you have the city's blessing"
|
||||
)));
|
||||
)).addHint(CitysBlessingHint.instance));
|
||||
|
||||
// At the beginning of each upkeep, create a 1/1 colorless Gnome artifact creature token.
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue