mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +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
|
||||
));
|
||||
ability.addEffect(new GainAbilityControlledEffect(
|
||||
IndestructibleAbility.getInstance(), Duration.WhileOnBattlefield, filter, false
|
||||
IndestructibleAbility.getInstance(), Duration.WhileOnBattlefield, filter, true
|
||||
).setText("and have indestructible"));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue