Fixed that alternative spell always selected to cast if available;

This commit is contained in:
Oleg Agafonov 2019-06-23 17:20:04 +04:00
parent 4bf9153bc2
commit 63a9a505e1
8 changed files with 62 additions and 2 deletions

View file

@ -37,6 +37,7 @@ public class JumpStartAbility extends SpellAbility {
public JumpStartAbility(Card card) {
super(card.getSpellAbility());
this.newId();
this.setCardName(card.getName() + " with jump-start");
zone = Zone.GRAVEYARD;
spellAbilityType = SpellAbilityType.BASE_ALTERNATE;