forked from External/mage
Remove SpellAbilityType.FACE_DOWN_CREATURE, fix cast ability displayed on battlefield
This commit is contained in:
parent
967b4a7fb3
commit
76150b2793
4 changed files with 4 additions and 13 deletions
|
|
@ -281,11 +281,8 @@ public abstract class AbilityImpl implements Ability {
|
|||
// as buyback, kicker, or convoke costs (see rules 117.8 and 117.9), the player announces his
|
||||
// or her intentions to pay any or all of those costs (see rule 601.2e).
|
||||
// A player can't apply two alternative methods of casting or two alternative costs to a single spell.
|
||||
if (isMainPartAbility && !activateAlternateOrAdditionalCosts(sourceObject, noMana, controller, game)) {
|
||||
if (getAbilityType() == AbilityType.SPELL
|
||||
&& ((SpellAbility) this).getSpellAbilityType() == SpellAbilityType.FACE_DOWN_CREATURE) {
|
||||
return false;
|
||||
}
|
||||
if (isMainPartAbility) {
|
||||
activateAlternateOrAdditionalCosts(sourceObject, noMana, controller, game);
|
||||
}
|
||||
|
||||
// 117.6. Some mana costs contain no mana symbols. This represents an unpayable cost. An ability can
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue