mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Fixed Blitz casting speed. (#8935)
This commit is contained in:
parent
6aa793d53d
commit
b895958abf
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ import mage.cards.Card;
|
|||
import mage.constants.Duration;
|
||||
import mage.constants.Outcome;
|
||||
import mage.constants.SpellAbilityType;
|
||||
import mage.constants.TimingRule;
|
||||
import mage.game.Game;
|
||||
import mage.target.targetpointer.FixedTarget;
|
||||
|
||||
|
|
@ -42,6 +43,7 @@ public class BlitzAbility extends SpellAbility {
|
|||
ability.setRuleVisible(false);
|
||||
addSubAbility(ability);
|
||||
this.ruleAdditionalCostsVisible = false;
|
||||
this.timing = TimingRule.SORCERY;
|
||||
}
|
||||
|
||||
private BlitzAbility(final BlitzAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue