mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
SpellAbility add isBlitz boolean
This commit is contained in:
@@ -1424,6 +1424,10 @@ public abstract class SpellAbility extends CardTraitBase implements ISpellAbilit
|
|||||||
return isAlternativeCost(AlternativeCost.Bestow);
|
return isAlternativeCost(AlternativeCost.Bestow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public final boolean isBlitz() {
|
||||||
|
return isAlternativeCost(AlternativeCost.Blitz);
|
||||||
|
}
|
||||||
|
|
||||||
public final boolean isDash() {
|
public final boolean isDash() {
|
||||||
return isAlternativeCost(AlternativeCost.Dash);
|
return isAlternativeCost(AlternativeCost.Dash);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user