Fixed bug of Tormentor Exarch mode was added twice.

This commit is contained in:
LevelX2 2013-05-24 20:34:08 +02:00
parent dfdbc2e8f5
commit b09f8d9614

View file

@ -60,7 +60,6 @@ public class TormentorExarch extends CardImpl<TormentorExarch> {
mode.getEffects().add(new BoostTargetEffect(0, -2, Constants.Duration.EndOfTurn));
mode.getTargets().add(new TargetCreaturePermanent());
ability.addMode(mode);
ability.addMode(mode);
this.addAbility(ability);
}