mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +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.getTargets().add(new TargetCreaturePermanent());
|
||||
ability.addMode(mode);
|
||||
ability.addMode(mode);
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue