From 3755ec6f08bb276cefea4175b353aa2904203e2b Mon Sep 17 00:00:00 2001 From: North Date: Fri, 4 May 2012 00:00:54 +0300 Subject: [PATCH] Fixed effect text for Jugan, the Rising Star --- .../mage/sets/championsofkamigawa/JuganTheRisingStar.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Mage.Sets/src/mage/sets/championsofkamigawa/JuganTheRisingStar.java b/Mage.Sets/src/mage/sets/championsofkamigawa/JuganTheRisingStar.java index 1103b9e86f6..dedc354a26e 100644 --- a/Mage.Sets/src/mage/sets/championsofkamigawa/JuganTheRisingStar.java +++ b/Mage.Sets/src/mage/sets/championsofkamigawa/JuganTheRisingStar.java @@ -29,7 +29,6 @@ package mage.sets.championsofkamigawa; import java.util.UUID; - import mage.Constants.CardType; import mage.Constants.Outcome; import mage.Constants.Rarity; @@ -39,7 +38,6 @@ import mage.abilities.common.DiesTriggeredAbility; import mage.abilities.effects.OneShotEffect; import mage.abilities.keyword.FlyingAbility; import mage.cards.CardImpl; -import mage.counters.Counter; import mage.counters.CounterType; import mage.game.Game; import mage.game.permanent.Permanent; @@ -60,6 +58,7 @@ public class JuganTheRisingStar extends CardImpl { this.color.setGreen(true); this.power = new MageInt(5); this.toughness = new MageInt(5); + // Flying this.addAbility(FlyingAbility.getInstance()); // When Jugan, the Rising Star dies, you may distribute five +1/+1 counters among any number of target creatures. @@ -83,7 +82,7 @@ class JuganTheRisingStarMultiEffect extends OneShotEffect