Merge fix

This commit is contained in:
Oleg Agafonov 2019-06-17 15:29:58 +04:00
parent fe28c9c7d9
commit 92517cc371

View file

@ -439,12 +439,12 @@ public abstract class AbilityImpl implements Ability {
// A player can't apply two alternative methods of casting or two alternative costs to a single spell. // A player can't apply two alternative methods of casting or two alternative costs to a single spell.
switch (((SpellAbility) this).getSpellAbilityCastMode()) { switch (((SpellAbility) this).getSpellAbilityCastMode()) {
case NORMAL: case NORMAL:
case MADNESS:
default: default:
canUseAlternativeCost = true; canUseAlternativeCost = true;
canUseAdditionalCost = true; canUseAdditionalCost = true;
break; break;
case FLASHBACK: case FLASHBACK:
case MADNESS:
// from Snapcaster Mage: // from Snapcaster Mage:
// If you cast a spell from a graveyard using its flashback ability, you cant pay other alternative costs // If you cast a spell from a graveyard using its flashback ability, you cant pay other alternative costs
// (such as that of Foil). (2018-12-07) // (such as that of Foil). (2018-12-07)