* Novijen Sages - Fixed that it was not possible to pay the activated ability with the counters of Novijen Sages.

This commit is contained in:
LevelX2 2015-06-03 23:49:54 +02:00
parent 5b57a5b6ee
commit b58d2e88ea
5 changed files with 75 additions and 4 deletions

View file

@ -48,7 +48,6 @@ public class MightOfOldKrosa extends CardImpl {
super(ownerId, 204, "Might of Old Krosa", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{G}");
this.expansionSetCode = "TSP";
// Target creature gets +2/+2 until end of turn. If you cast this spell during your main phase, that creature gets +4/+4 until end of turn instead.
this.getSpellAbility().addEffect(new ConditionalContinuousEffect(
new BoostTargetEffect(4,4, Duration.EndOfTurn),