* LogName - Changed some more messages to use the logName instead of name.

This commit is contained in:
LevelX2 2014-06-13 14:02:56 +02:00
parent 77bd944d82
commit 2305cc5274
4 changed files with 20 additions and 20 deletions

View file

@ -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();