mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Fixed that alternative spell always selected to cast if available;
This commit is contained in:
parent
4bf9153bc2
commit
63a9a505e1
8 changed files with 62 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ public class SpectacleAbility extends SpellAbility {
|
|||
|
||||
public SpectacleAbility(Card card, ManaCost spectacleCosts) {
|
||||
super(card.getSpellAbility());
|
||||
this.newId();
|
||||
this.setCardName(card.getName() + " with spectacle");
|
||||
zone = Zone.HAND;
|
||||
spellAbilityType = SpellAbilityType.BASE_ALTERNATE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue