mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
* Honor Guard - Fixed that it did boost power instead of correctly toughness.
This commit is contained in:
parent
39d39fbf0c
commit
7dbf0f013c
1 changed files with 3 additions and 2 deletions
|
@ -47,10 +47,11 @@ public class HonorGuard extends CardImpl {
|
|||
this.expansionSetCode = "10E";
|
||||
this.subtype.add("Human");
|
||||
this.subtype.add("Soldier");
|
||||
this.color.setWhite(true);
|
||||
|
||||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(1);
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new BoostSourceEffect(1, 0, Duration.EndOfTurn), new ColoredManaCost(ColoredManaSymbol.W)));
|
||||
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new BoostSourceEffect(0, 1, Duration.EndOfTurn), new ColoredManaCost(ColoredManaSymbol.W)));
|
||||
}
|
||||
|
||||
public HonorGuard(final HonorGuard card) {
|
||||
|
|
Loading…
Reference in a new issue