mirror of
https://github.com/correl/mage.git
synced 2025-01-14 03:00:10 +00:00
Fixed bug of Tormentor Exarch mode was added twice.
This commit is contained in:
parent
dfdbc2e8f5
commit
b09f8d9614
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ public class TormentorExarch extends CardImpl<TormentorExarch> {
|
||||||
mode.getEffects().add(new BoostTargetEffect(0, -2, Constants.Duration.EndOfTurn));
|
mode.getEffects().add(new BoostTargetEffect(0, -2, Constants.Duration.EndOfTurn));
|
||||||
mode.getTargets().add(new TargetCreaturePermanent());
|
mode.getTargets().add(new TargetCreaturePermanent());
|
||||||
ability.addMode(mode);
|
ability.addMode(mode);
|
||||||
ability.addMode(mode);
|
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue