* Thryx, the Sudden Storm - Fixed that the cost reduction ability was not added to the card.

This commit is contained in:
LevelX2 2020-01-14 23:45:19 +01:00
parent 7575510c85
commit 6714a092b2

View file

@ -1,5 +1,6 @@
package mage.cards.t;
import java.util.UUID;
import mage.MageInt;
import mage.abilities.Ability;
import mage.abilities.common.SimpleStaticAbility;
@ -15,8 +16,6 @@ import mage.filter.FilterSpell;
import mage.filter.predicate.Predicate;
import mage.filter.predicate.mageobject.ConvertedManaCostPredicate;
import java.util.UUID;
/**
* @author TheElk801
*/
@ -52,6 +51,7 @@ public final class ThryxTheSuddenStorm extends CardImpl {
ability.addEffect(new CantBeCounteredControlledEffect(
filter2, null, Duration.WhileOnBattlefield
).setText("and can't be countered"));
this.addAbility(ability);
}
private ThryxTheSuddenStorm(final ThryxTheSuddenStorm card) {