mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
typo in Mightstone
should proof-read copy-paste work more
This commit is contained in:
parent
32bef482d8
commit
2a936af9ae
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class Mightstone extends CardImpl<Mightstone> {
|
||||||
this.expansionSetCode = "ATQ";
|
this.expansionSetCode = "ATQ";
|
||||||
|
|
||||||
// Attacking creatures get +1/+0.
|
// Attacking creatures get +1/+0.
|
||||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostAllEffect( -1, 0, Duration.WhileOnBattlefield, filter, false)));
|
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostAllEffect( 1, 0, Duration.WhileOnBattlefield, filter, false)));
|
||||||
}
|
}
|
||||||
|
|
||||||
public Mightstone(final Mightstone card) {
|
public Mightstone(final Mightstone card) {
|
||||||
|
|
Loading…
Reference in a new issue