mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
effect class name changed
This commit is contained in:
parent
5b132c9c97
commit
ecf3c5857c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class ClockworkVorrac extends CardImpl<ClockworkVorrac> {
|
|||
this.toughness = new MageInt(0);
|
||||
this.addAbility(TrampleAbility.getInstance());
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance(4)), "{this} enters the battlefield with four +1/+1 counters on it"));
|
||||
this.addAbility(new AttacksOrBlocksTriggeredAbility(new ClockworkCondorEffect(), false));
|
||||
this.addAbility(new AttacksOrBlocksTriggeredAbility(new ClockworkVorracEffect(), false));
|
||||
this.addAbility(new SimpleActivatedAbility(Constants.Zone.BATTLEFIELD, new AddCountersSourceEffect(CounterType.P1P1.createInstance(1)), new TapSourceCost()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue