Added missing change to Mycosynth Fiend because of change to OpponentsPoisonCountersCount.

This commit is contained in:
LevelX2 2012-11-25 20:00:42 +01:00
parent 6d65602cdb
commit efe5611c76

View file

@ -53,7 +53,7 @@ public class MycosynthFiend extends CardImpl<MycosynthFiend> {
this.power = new MageInt(2);
this.toughness = new MageInt(2);
DynamicValue value = OpponentsPoisonCountersCount.getInstance();
DynamicValue value = new OpponentsPoisonCountersCount();
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostSourceEffect(value, value, Duration.WhileOnBattlefield)));
}