mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Fix for Nykthos Paragon (#8926)
This commit is contained in:
commit
61e64428c1
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ public final class NykthosParagon extends CardImpl {
|
|||
this.toughness = new MageInt(6);
|
||||
|
||||
// Whenever you gain life, you may put that many +1/+1 counters on each creature you control. Do this only once each turn.
|
||||
this.addAbility(new GainLifeControllerTriggeredAbility(new NykthosParagonEffect()).setDoOnlyOnce(true));
|
||||
this.addAbility(new GainLifeControllerTriggeredAbility(new NykthosParagonEffect(), true, true).setDoOnlyOnce(true));
|
||||
}
|
||||
|
||||
private NykthosParagon(final NykthosParagon card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue