* Torgaar, Famine Incarnate - Fixed that if used as commander one cannot pay additional costs (fixes #4815).

This commit is contained in:
LevelX2 2018-04-25 11:57:31 +02:00
parent 1e86f1607e
commit 1048472736

View file

@ -42,6 +42,7 @@ public class CastCommanderAbility extends SpellAbility {
public CastCommanderAbility(Card card) {
super(card.getManaCost(), card.getName(), Zone.COMMAND, SpellAbilityType.BASE);
this.costs = card.getSpellAbility().getCosts().copy();
this.timing = TimingRule.SORCERY;
this.usesStack = true;
this.controllerId = card.getOwnerId();