forked from External/mage
fixed Haktos the Unscarred (duration)
This commit is contained in:
parent
13da4fd2b3
commit
879e41ebb4
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public final class HaktosTheUnscarred extends CardImpl {
|
|||
Ability ability = new ProtectionAbility(filter);
|
||||
ability.setRuleVisible(false);
|
||||
this.addAbility(new SimpleStaticAbility(
|
||||
new GainAbilitySourceEffect(ability, Duration.EndOfTurn)
|
||||
new GainAbilitySourceEffect(ability, Duration.WhileOnBattlefield)
|
||||
.setText("{this} has protection from each converted mana cost other than the chosen number")
|
||||
));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue