fixed Haktos the Unscarred (duration)

This commit is contained in:
Oleg Agafonov 2020-01-04 19:45:46 +04:00
parent 13da4fd2b3
commit 879e41ebb4

View file

@ -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")
));
}