mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
* Novijen Sages - Fixed that it was not possible to pay the activated ability with the counters of Novijen Sages.
This commit is contained in:
parent
5b57a5b6ee
commit
b58d2e88ea
5 changed files with 75 additions and 4 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue