mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Fix Minamo Sightbender toughness
This commit is contained in:
parent
ae969b1797
commit
e3d83c3545
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class MinamoSightbender extends CardImpl {
|
|||
this.subtype.add("Wizard");
|
||||
|
||||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(1);
|
||||
this.toughness = new MageInt(2);
|
||||
|
||||
// {X}, {T}: Target creature with power X or less can't be blocked this turn.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new CantBeBlockedTargetEffect(), new ManaCostsImpl("{X}"));
|
||||
|
|
Loading…
Reference in a new issue