mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
SpellAbility.java isDisturb boolean
This commit is contained in:
@@ -1370,6 +1370,10 @@ public abstract class SpellAbility extends CardTraitBase implements ISpellAbilit
|
|||||||
return isAlternativeCost(AlternativeCost.Dash);
|
return isAlternativeCost(AlternativeCost.Dash);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public final boolean isDisturb() {
|
||||||
|
return isAlternativeCost(AlternativeCost.Disturb);
|
||||||
|
}
|
||||||
|
|
||||||
public final boolean isEscape() {
|
public final boolean isEscape() {
|
||||||
return isAlternativeCost(AlternativeCost.Escape);
|
return isAlternativeCost(AlternativeCost.Escape);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user