forked from External/mage
* LogName - Changed some more messages to use the logName instead of name.
This commit is contained in:
parent
77bd944d82
commit
2305cc5274
4 changed files with 20 additions and 20 deletions
|
|
@ -42,7 +42,7 @@ import mage.game.Game;
|
|||
public class CastCommanderAbility extends SpellAbility {
|
||||
|
||||
public CastCommanderAbility(Card card) {
|
||||
super(card.getManaCost(), card.getName(), Zone.COMMAND, SpellAbilityType.BASE);
|
||||
super(card.getManaCost(), card.getLogName(), Zone.COMMAND, SpellAbilityType.BASE);
|
||||
this.timing = TimingRule.SORCERY;
|
||||
this.usesStack = true;
|
||||
this.controllerId = card.getOwnerId();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue