forked from External/mage
Noise Marine - added card hint
This commit is contained in:
parent
1a93fe97c4
commit
8c259dace5
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import mage.abilities.common.EntersBattlefieldTriggeredAbility;
|
|||
import mage.abilities.dynamicvalue.DynamicValue;
|
||||
import mage.abilities.effects.Effect;
|
||||
import mage.abilities.effects.common.DamageTargetEffect;
|
||||
import mage.abilities.hint.ValueHint;
|
||||
import mage.abilities.keyword.CascadeAbility;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
|
|
@ -38,6 +39,7 @@ public final class NoiseMarine extends CardImpl {
|
|||
new DamageTargetEffect(NoiseMarineValue.instance, "it")
|
||||
);
|
||||
ability.addTarget(new TargetAnyTarget());
|
||||
ability.addHint(new ValueHint("Number of spells you've cast this turn", NoiseMarineValue.instance));
|
||||
this.addAbility(ability.withFlavorWord("Sonic Blaster"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue