mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
[AER] Tezzeret the Schemer
Remove unused code from test version.
This commit is contained in:
parent
ef3efc9c86
commit
7395c4aa12
1 changed files with 0 additions and 2 deletions
|
@ -82,8 +82,6 @@ public class TezzeretTheSchemer extends CardImpl {
|
|||
Effect effect = new BoostTargetEffect(count, new SignInversionDynamicValue(count), Duration.EndOfTurn);
|
||||
effect.setText("Target creature gets +X/-X until end of turn, where X is the number of artifacts you control");
|
||||
Ability ability = new LoyaltyAbility(effect, -2);
|
||||
|
||||
//Ability ability = new LoyaltyAbility(new TezzeretTheSchemerEffect2(), -2);
|
||||
ability.addTarget(new TargetCreaturePermanent());
|
||||
this.addAbility(ability);
|
||||
|
||||
|
|
Loading…
Reference in a new issue