mirror of
https://github.com/correl/mage.git
synced 2025-03-16 17:00:13 -09: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) {
|
public CastCommanderAbility(Card card) {
|
||||||
super(card.getSpellAbility());
|
super(card.getSpellAbility());
|
||||||
this.newId();
|
this.newId();
|
||||||
this.setCardName(cardName = card.getName());
|
this.setCardName(card.getName());
|
||||||
zone = Zone.COMMAND;
|
zone = Zone.COMMAND;
|
||||||
spellAbilityType = SpellAbilityType.BASE;
|
spellAbilityType = SpellAbilityType.BASE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue