remove assignation as parameter

This commit is contained in:
Ingmar Goudt 2019-07-11 15:54:33 +02:00
parent 3163bfa310
commit 61ece61c15

View file

@ -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;
}