mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added spectacle hints to cards (opponents lost life)
This commit is contained in:
parent
283b101a08
commit
f0c76eb529
3 changed files with 52 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ package mage.abilities.keyword;
|
|||
import mage.abilities.SpellAbility;
|
||||
import mage.abilities.costs.mana.ManaCost;
|
||||
import mage.abilities.dynamicvalue.common.OpponentsLostLifeCount;
|
||||
import mage.abilities.hint.common.SpectacleHint;
|
||||
import mage.cards.Card;
|
||||
import mage.constants.SpellAbilityType;
|
||||
import mage.constants.Zone;
|
||||
|
|
@ -30,6 +31,7 @@ public class SpectacleAbility extends SpellAbility {
|
|||
this.setRuleAtTheTop(true);
|
||||
this.rule = "Spectacle " + spectacleCosts.getText()
|
||||
+ " <i>(You may cast this spell for its spectacle cost rather than its mana cost if an opponent lost life this turn.)</i>";
|
||||
this.addHint(SpectacleHint.instance);
|
||||
}
|
||||
|
||||
public SpectacleAbility(final SpectacleAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue