mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
* Torgaar, Famine Incarnate - Fixed that if used as commander one cannot pay additional costs (fixes #4815).
This commit is contained in:
parent
1e86f1607e
commit
1048472736
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue