forked from External/mage
add missing hint
This commit is contained in:
parent
4c991ad75a
commit
21ca73f23e
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ package mage.cards.d;
|
|||
import mage.abilities.condition.common.DeliriumCondition;
|
||||
import mage.abilities.decorator.ConditionalOneShotEffect;
|
||||
import mage.abilities.effects.common.search.SearchLibraryPutInHandEffect;
|
||||
import mage.abilities.hint.common.CardTypesInGraveyardHint;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
import mage.constants.AbilityWord;
|
||||
|
|
@ -37,6 +38,7 @@ public final class DemonicCounsel extends CardImpl {
|
|||
"If there are four or more card types among cards in your graveyard, " +
|
||||
"instead search your library for any card, put it into your hand, then shuffle."
|
||||
));
|
||||
this.getSpellAbility().addHint(CardTypesInGraveyardHint.YOU);
|
||||
}
|
||||
|
||||
private DemonicCounsel(final DemonicCounsel card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue