*Applied Swordshines fix to Commander cost increasing. Thanks! :)

This commit is contained in:
Hellfish
2013-09-07 13:01:29 +00:00
parent cd061cd660
commit 82bb71a34b
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ public class CardFactory {
out.setCommander(in.isCommander());
if(out.isCommander())
{
out.addStaticAbility("Mode$ RaiseCost | Amount$ CommanderCostRaise | Type$ Spell | Affected$ Card.Self | EffectZone$ Command | AffectedZone$ Command");
out.addStaticAbility("Mode$ RaiseCost | Amount$ CommanderCostRaise | Type$ Spell | Affected$ Card.Self+wasCastFromCommand | EffectZone$ All | AffectedZone$ Stack");
SpellAbility sa = AbilityFactory.getAbility(
"SP$ PermanentCreature | SorcerySpeed$ True | ActivationZone$ Command | SubAbility$ DBCommanderIncCast | Cost$ " + out.getManaCost().toString(),
out);

View File

@@ -2056,7 +2056,7 @@ public class CardFactoryUtil {
cmd.addSpellAbility(sa);
cmd.addIntrinsicAbility("SP$ PermanentCreature | SorcerySpeed$ True | ActivationZone$ Command | SubAbility$ DBCommanderIncCast | Cost$ " + cmdManaCost);
cmd.addStaticAbility("Mode$ RaiseCost | Amount$ CommanderCostRaise | Type$ Spell | Affected$ Card.Self | EffectZone$ Command | AffectedZone$ Command");
cmd.addStaticAbility("Mode$ RaiseCost | Amount$ CommanderCostRaise | Type$ Spell | Affected$ Card.Self+wasCastFromCommand | EffectZone$ All | AffectedZone$ Stack");
}
/**