mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Added noRegen=true
This commit is contained in:
parent
ba5b87fae8
commit
b49ead9bdb
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public final class KnightOfTheMists extends CardImpl {
|
|||
|
||||
// When Knight of the Mists enters the battlefield, you may pay {U}. If you don't, destroy target Knight and it can't be regenerated.
|
||||
Ability ability = new EntersBattlefieldTriggeredAbility(new DoIfCostPaid(
|
||||
new InfoEffect(""), new DestroyTargetEffect(), new ManaCostsImpl("{U}")
|
||||
new InfoEffect(""), new DestroyTargetEffect(true), new ManaCostsImpl("{U}")
|
||||
).setText("you may pay {U}. If you don't, destroy target Knight and it can't be regenerated."));
|
||||
ability.addTarget(new TargetPermanent(filter));
|
||||
addAbility(ability);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue