mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
* Thryx, the Sudden Storm - Fixed that the cost reduction ability was not added to the card.
This commit is contained in:
parent
7575510c85
commit
6714a092b2
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue