mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
[M11] fix Knight Exemplar giving itself indestructible
This commit is contained in:
parent
075a688532
commit
d1f6bd1301
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public final class KnightExemplar extends CardImpl {
|
||||||
1, 1, Duration.WhileOnBattlefield, filter, true
|
1, 1, Duration.WhileOnBattlefield, filter, true
|
||||||
));
|
));
|
||||||
ability.addEffect(new GainAbilityControlledEffect(
|
ability.addEffect(new GainAbilityControlledEffect(
|
||||||
IndestructibleAbility.getInstance(), Duration.WhileOnBattlefield, filter, false
|
IndestructibleAbility.getInstance(), Duration.WhileOnBattlefield, filter, true
|
||||||
).setText("and have indestructible"));
|
).setText("and have indestructible"));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue