mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Fixed mana ability (Deathrite Shaman's first ability is not a mana ability)
This commit is contained in:
@@ -130,7 +130,8 @@ public abstract class SpellAbility implements ISpellAbility, ITargetable {
|
||||
// Check whether spell or ability first
|
||||
if (this.isSpell())
|
||||
return false;
|
||||
|
||||
// without a target
|
||||
if (this.usesTargeting()) return false;
|
||||
if (getRestrictions() != null && getRestrictions().getPlaneswalker())
|
||||
return false; //Loyalty ability, not a mana ability.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user