mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[MID] Implemented Arrogant Outlaw
This commit is contained in:
parent
c3531dbb2c
commit
b11c8b5c70
9 changed files with 76 additions and 53 deletions
|
|
@ -3,7 +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.abilities.hint.common.OpponentsLostLifeHint;
|
||||
import mage.cards.Card;
|
||||
import mage.constants.SpellAbilityType;
|
||||
import mage.constants.Zone;
|
||||
|
|
@ -36,7 +36,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);
|
||||
this.addHint(OpponentsLostLifeHint.instance);
|
||||
}
|
||||
|
||||
public SpectacleAbility(final SpectacleAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue