mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Added missing change to Mycosynth Fiend because of change to OpponentsPoisonCountersCount.
This commit is contained in:
parent
6d65602cdb
commit
efe5611c76
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue