mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
replaced apostrophes
This commit is contained in:
parent
1ed85cef4d
commit
c4a0d9f916
165 changed files with 286 additions and 286 deletions
|
|
@ -460,7 +460,7 @@ public abstract class AbilityImpl implements Ability {
|
|||
// controller specific alternate spell costs
|
||||
if (!noMana && !alternativeCostisUsed) {
|
||||
if (this.getAbilityType() == AbilityType.SPELL
|
||||
// 117.9a Only one alternative cost can be applied to any one spell as it’s being cast.
|
||||
// 117.9a Only one alternative cost can be applied to any one spell as it's being cast.
|
||||
// So an alternate spell ability can't be paid with Omniscience
|
||||
&& ((SpellAbility) this).getSpellAbilityType() != SpellAbilityType.BASE_ALTERNATE) {
|
||||
for (AlternativeSourceCosts alternativeSourceCosts : controller.getAlternativeSourceCosts()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue