mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
remove assignation as parameter
This commit is contained in:
parent
3163bfa310
commit
61ece61c15
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public class CastCommanderAbility extends SpellAbility {
|
|||
public CastCommanderAbility(Card card) {
|
||||
super(card.getSpellAbility());
|
||||
this.newId();
|
||||
this.setCardName(cardName = card.getName());
|
||||
this.setCardName(card.getName());
|
||||
zone = Zone.COMMAND;
|
||||
spellAbilityType = SpellAbilityType.BASE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue